OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qtable
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jdcoefct.c
664
JQUANT_TBL *
qtable
;
local
682
if ((
qtable
= compptr->quant_table) == NULL)
685
if (
qtable
->quantval[0] == 0 ||
686
qtable
->quantval[Q01_POS] == 0 ||
687
qtable
->quantval[Q10_POS] == 0 ||
688
qtable
->quantval[Q20_POS] == 0 ||
689
qtable
->quantval[Q11_POS] == 0 ||
690
qtable
->quantval[Q02_POS] == 0)
[
all
...]
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
1664
const uchar*
qtable
= i == 0 ? jpegTableK1_T : jpegTableK2_T;
local
[
all
...]
Completed in 745 milliseconds