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

  /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/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 191 milliseconds