Searched defs:cbpy (Results 1 - 4 of 4) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp146 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
269 PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream) argument
275 cbpy = 15 - cbpy;
277 ind = cbpy;
951 PutCBPY(CBP >> 2, (Char)(1), bs2); /* cbpy */
1077 PutCBPY(CBP >> 2, (Char)(Mode == MODE_INTRA || Mode == MODE_INTRA_Q), bs2); /* cbpy */
1106 PutCBPY(CBP >> 2, (Char)(Mode == MODE_INTRA || Mode == MODE_INTRA_Q), bs2); /* cbpy */
1188 PutCBPY(CBP >> 2, (Char)(1), bs1); /* cbpy */
1330 PutCBPY(CBP >> 2, (Char)(intra), bs1); /* cbpy */
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h597 OMX_U32 cbpy; /* CBP Luma */ member in struct:__anon635
1087 * current MB belongs. The structure elements cbpy and cbpc are
1101 * The structure members cbpy and cbpc are not updated by the function.
2332 OMX_U32 cbpy; /* CBP Luma */ member in struct:__anon643
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h597 OMX_U32 cbpy; /* CBP Luma */ member in struct:__anon679
1087 * current MB belongs. The structure elements cbpy and cbpc are
1101 * The structure members cbpy and cbpc are not updated by the function.
2332 OMX_U32 cbpy; /* CBP Luma */ member in struct:__anon687
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h597 OMX_U32 cbpy; /* CBP Luma */ member in struct:__anon723
1087 * current MB belongs. The structure elements cbpy and cbpc are
1101 * The structure members cbpy and cbpc are not updated by the function.
2332 OMX_U32 cbpy; /* CBP Luma */ member in struct:__anon731

Completed in 129 milliseconds