HomeSort by relevance Sort by last modified time
    Searched refs:HIST_C2_BITS (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jquant2.c 134 #define HIST_C2_BITS 5 /* bits of precision in B/R histogram */
139 #define HIST_C2_ELEMS (1<<HIST_C2_BITS)
144 #define C2_SHIFT (BITS_IN_JSAMPLE-HIST_C2_BITS)
626 #define BOX_C2_LOG (HIST_C2_BITS-3)
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 134 #define HIST_C2_BITS 5 /* bits of precision in B/R histogram */
139 #define HIST_C2_ELEMS (1<<HIST_C2_BITS)
144 #define C2_SHIFT (BITS_IN_JSAMPLE-HIST_C2_BITS)
626 #define BOX_C2_LOG (HIST_C2_BITS-3)
    [all...]

Completed in 2964 milliseconds