Searched refs:niqmat (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h113 int niqmat[64]; /* Non-intra quant.matrix */ member in struct:tagVol
H A Dvlc_dequant.cpp416 qmat = currVol->niqmat;
H A Dvop.cpp511 qmat = currVol->niqmat;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h106 Int niqmat[64]; /* Non-intra quant.matrix */ member in struct:tagVol
H A Dmp4enc_api.cpp2538 if (currVol->niqmat[*(zigzag_i+j)] != currVol->niqmat[*(zigzag_i+j-1)])
2540 if ((j == 1) && (currVol->niqmat[*(zigzag_i+j)] == currVol->niqmat[*(zigzag_i+j-1)]))
2543 BitstreamPutBits(stream, 8, currVol->niqmat[*(zigzag_i+i)]);
2550 currVol->niqmat[j] = mpeg_nqmat_def[j];
H A Dfastcodemb.cpp348 qmat = currVol->niqmat;

Completed in 1005 milliseconds