Home
last modified time | relevance | path

Searched refs:PutCBPY (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvlc_encode.h26 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
Dvlc_encode.cpp146 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
269 PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream) in PutCBPY() function
951 PutCBPY(CBP >> 2, (Char)(1), bs2); /* cbpy */ in MBVlcEncodeDataPar_I_VOP()
1077 PutCBPY(CBP >> 2, (Char)(Mode == MODE_INTRA || Mode == MODE_INTRA_Q), bs2); /* cbpy */ in MBVlcEncodeDataPar_P_VOP()
1106 PutCBPY(CBP >> 2, (Char)(Mode == MODE_INTRA || Mode == MODE_INTRA_Q), bs2); /* cbpy */ in MBVlcEncodeDataPar_P_VOP()
1188 PutCBPY(CBP >> 2, (Char)(1), bs1); /* cbpy */ in MBVlcEncodeCombined_I_VOP()
1330 PutCBPY(CBP >> 2, (Char)(intra), bs1); /* cbpy */ in MBVlcEncodeCombined_P_VOP()