Home
last modified time | relevance | path

Searched refs:method_ptr (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djddctmgr.c105 method_ptr = jpeg_idct_1x1; in start_pass()
109 method_ptr = jpeg_idct_2x2; in start_pass()
113 method_ptr = jpeg_idct_3x3; in start_pass()
117 method_ptr = jpeg_idct_4x4; in start_pass()
121 method_ptr = jpeg_idct_5x5; in start_pass()
125 method_ptr = jpeg_idct_6x6; in start_pass()
129 method_ptr = jpeg_idct_7x7; in start_pass()
133 method_ptr = jpeg_idct_9x9; in start_pass()
233 method_ptr = jpeg_idct_islow; in start_pass()
239 method_ptr = jpeg_idct_ifast; in start_pass()
[all …]

Completed in 5 milliseconds