/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
vlc_encode.h | 27 Int PutMCBPC_Inter(Int cbpc, Int mode, BitstreamEncVideo *bitstream); 28 Int PutMCBPC_Intra(Int cbpc, Int mode, BitstreamEncVideo *bitstream);
|
vlc_enc_tab.h | 182 /* MCBPC Indexing by cbpc in first two bits, mode in last two. 183 CBPC as in table 4/H.263, MB type (mode): 3 = 01, 4 = 10. 184 Example: cbpc = 01 and mode = 4 gives index = 0110 = 6. */ 196 Addressing: 5 bit ccmmm (cc = CBPC, mmm = mode (1-4 binary)) */
|
vlc_encode.cpp | 147 Int PutMCBPC_Inter(Int cbpc, Int mode, BitstreamEncVideo *bitstream); 148 Int PutMCBPC_Intra(Int cbpc, Int mode, BitstreamEncVideo *bitstream); [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_MotionEstimationMB.c | 248 * current MB belongs. The structure elements cbpy and cbpc are 262 * The structure members cbpy and cbpc are not updated by the function.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
combined_decode.cpp | 356 int CBPY, CBPC; 409 CBPC = (MCBPC >> 4) & 3; 462 video->headerInfo.CBP[mbnum] = (uint8)(CBPY << 2 | (CBPC & 3));
|
vlc_dec_tab.h | 141 /* Table for separate mode MCBPC, for coding DQUANT-flag and CBPC */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC.h | 598 OMX_U32 cbpc; /* CBP Chroma */ member in struct:__anon27784 2333 OMX_U32 cbpc; \/* CBP Chroma *\/ member in struct:__anon27792 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC.h | 598 OMX_U32 cbpc; /* CBP Chroma */ member in struct:__anon27828 2333 OMX_U32 cbpc; \/* CBP Chroma *\/ member in struct:__anon27836 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
omxVC.h | 598 OMX_U32 cbpc; /* CBP Chroma */ member in struct:__anon27872 2333 OMX_U32 cbpc; \/* CBP Chroma *\/ member in struct:__anon27880 [all...] |