HomeSort by relevance Sort by last modified time
    Searched full:c_quant (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jctrans.c 69 JQUANT_TBL *c_quant, *slot_quant; local
128 c_quant = incomp->quant_table;
129 if (c_quant != NULL) {
131 if (c_quant->quantval[coefi] != slot_quant->quantval[coefi])
  /external/jpeg/
jctrans.c 68 JQUANT_TBL *c_quant, *slot_quant; local
121 c_quant = incomp->quant_table;
122 if (c_quant != NULL) {
124 if (c_quant->quantval[coefi] != slot_quant->quantval[coefi])
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jctrans.c 69 JQUANT_TBL *c_quant, *slot_quant; local
122 c_quant = incomp->quant_table;
123 if (c_quant != NULL) {
125 if (c_quant->quantval[coefi] != slot_quant->quantval[coefi])
  /external/qemu/distrib/jpeg-6b/
jctrans.c 68 JQUANT_TBL *c_quant, *slot_quant; local
121 c_quant = incomp->quant_table;
122 if (c_quant != NULL) {
124 if (c_quant->quantval[coefi] != slot_quant->quantval[coefi])

Completed in 1690 milliseconds