HomeSort by relevance Sort by last modified time
    Searched defs:tblno (Results 1 - 7 of 7) sorted by null

  /external/libjpeg-turbo/
rdswitch.c 92 int tblno, i, termchar; local
100 tblno = 0;
103 if (tblno >= NUM_QUANT_TBLS) {
118 jpeg_add_quant_table(cinfo, tblno, table, cinfo->q_scale_factor[tblno],
121 jpeg_add_quant_table(cinfo, tblno, table, q_scale_factor[tblno],
124 tblno++;
323 int tblno; local
326 for (tblno = 0; tblno < NUM_QUANT_TBLS; tblno++)
    [all...]
jctrans.c 72 int tblno, ci, coefi; local
97 for (tblno = 0; tblno < NUM_QUANT_TBLS; tblno++) {
98 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
99 qtblptr = & dstinfo->quant_tbl_ptrs[tblno];
103 srcinfo->quant_tbl_ptrs[tblno]->quantval,
125 tblno = outcomp->quant_tbl_no;
126 if (tblno < 0 || tblno >= NUM_QUANT_TBLS |
    [all...]
transupp.c 1134 int tblno, i, j, ci, itemp; local
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jctrans.c 70 int tblno, ci, coefi; local
96 for (tblno = 0; tblno < NUM_QUANT_TBLS; tblno++) {
97 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
98 qtblptr = & dstinfo->quant_tbl_ptrs[tblno];
102 srcinfo->quant_tbl_ptrs[tblno]->quantval,
124 tblno = outcomp->quant_tbl_no;
125 if (tblno < 0 || tblno >= NUM_QUANT_TBLS |
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jctrans.c 69 int tblno, ci, coefi; local
88 for (tblno = 0; tblno < NUM_QUANT_TBLS; tblno++) {
89 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
90 qtblptr = & dstinfo->quant_tbl_ptrs[tblno];
94 srcinfo->quant_tbl_ptrs[tblno]->quantval,
116 tblno = outcomp->quant_tbl_no;
117 if (tblno < 0 || tblno >= NUM_QUANT_TBLS |
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 112 milliseconds