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

  /external/jpeg/
jquant2.c 133 #define HIST_C1_BITS 6 /* bits of precision in G histogram */
138 #define HIST_C1_ELEMS (1<<HIST_C1_BITS)
143 #define C1_SHIFT (BITS_IN_JSAMPLE-HIST_C1_BITS)
625 #define BOX_C1_LOG (HIST_C1_BITS-3)
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 133 #define HIST_C1_BITS 6 /* bits of precision in G histogram */
138 #define HIST_C1_ELEMS (1<<HIST_C1_BITS)
143 #define C1_SHIFT (BITS_IN_JSAMPLE-HIST_C1_BITS)
625 #define BOX_C1_LOG (HIST_C1_BITS-3)
    [all...]

Completed in 71 milliseconds