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

/frameworks/base/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.cpp505 qmat = currVol->niqmat;
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h105 Int niqmat[64]; /* Non-intra quant.matrix */ member in struct:tagVol
H A Dmp4enc_api.cpp2509 if (currVol->niqmat[*(zigzag_i+j)] != currVol->niqmat[*(zigzag_i+j-1)])
2511 if ((j == 1) && (currVol->niqmat[*(zigzag_i+j)] == currVol->niqmat[*(zigzag_i+j-1)]))
2514 BitstreamPutBits(stream, 8, currVol->niqmat[*(zigzag_i+i)]);
2521 currVol->niqmat[j] = mpeg_nqmat_def[j];
H A Dfastcodemb.cpp348 qmat = currVol->niqmat;

Completed in 69 milliseconds