Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:method_ptr

131   inverse_DCT_method_ptr method_ptr = NULL;
140 method_ptr = jpeg_idct_1x1;
144 method_ptr = jpeg_idct_2x2;
148 method_ptr = jpeg_idct_4x4;
157 method_ptr = jpeg_idct_armv6;
164 method_ptr = jpeg_idct_intelsse;
170 method_ptr = jpeg_idct_islow;
176 method_ptr = jpeg_idct_ifast;
184 method_ptr = jpeg_idct_float;
197 idct->pub.inverse_DCT[ci] = method_ptr;