HomeSort by relevance Sort by last modified time
    Searched refs:JCOEFPTR (Results 51 - 57 of 57) sorted by null

1 23

  /external/opencv3/3rdparty/libjpeg/
jpeglib.h 84 typedef JCOEF FAR *JCOEFPTR; /* useful in a couple of places */
    [all...]
jchuff.c 916 encode_one_block (working_state * state, JCOEFPTR block, int last_dc_val,
    [all...]
jdhuff.c 911 JCOEFPTR thiscoef;
    [all...]
  /external/libjpeg-turbo/simd/
jidctint-mmx.asm 94 ; jsimd_idct_islow_mmx (void * dct_table, JCOEFPTR coef_block,
99 %define coef_block(b) (b)+12 ; JCOEFPTR coef_block
132 mov esi, JCOEFPTR [coef_block(eax)] ; inptr
    [all...]
jidctint-sse2.asm 94 ; jsimd_idct_islow_sse2 (void * dct_table, JCOEFPTR coef_block,
99 %define coef_block(b) (b)+12 ; JCOEFPTR coef_block
130 mov esi, JCOEFPTR [coef_block(eax)] ; inptr
    [all...]
jidctint-sse2-64.asm 95 ; jsimd_idct_islow_sse2 (void * dct_table, JCOEFPTR coef_block,
100 ; r11 = JCOEFPTR coef_block
    [all...]
  /external/pdfium/third_party/libjpeg/
jpeglib.h 177 typedef JCOEF *JCOEFPTR; /* useful in a couple of places */
    [all...]

Completed in 166 milliseconds

1 23