Searched defs:B_Ytab (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | vlc_dequant.cpp | 80 const int B_Ytab[6] = {0, 0, 1, 1, 2, 3}; in VlcDequantMpegIntraBlock() local 532 const int B_Ytab[6] = {0, 0, 1, 1, 2, 3}; in VlcDequantH263IntraBlock() local 833 const int B_Ytab[6] = {0, 0, 1, 1, 2, 3}; in VlcDequantH263IntraBlock_SH() local
|
D | dcac_prediction.cpp | 71 static const int B_Ytab[6] = {0, 0, 1, 1, 2, 3}; in doDCACPrediction() local 242 static const int B_Ytab[6] = {0, 0, 1, 1, 2, 3}; in doDCACPrediction_I() local
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | vlc_encode.cpp | 2048 static const Int B_Ytab[6] = {0, 0, 1, 1, 2, 3}; in DCACPred() local
|