/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4lib_int.h | 151 uint8 *CBP; /* MCBPC/CBPY stuff */
|
pvdec_api.cpp | 376 video->headerInfo.CBP = (uint8 *)(IMEM_headerInfo_CBP); 377 if (video->headerInfo.CBP == NULL) status = PV_FALSE; 417 video->headerInfo.CBP = (uint8 *) oscl_malloc(nTotalMB); 418 if (video->headerInfo.CBP == NULL) status = PV_FALSE; 575 video->headerInfo.CBP = NULL; 640 if (video->headerInfo.CBP) oscl_free(video->headerInfo.CBP); [all...] |
mp4dec_lib.h | 126 void MBMotionComp(VideoDecData *video, int CBP);
|
get_pred_adv_b_add.cpp | 38 CBP = flag indicating whether residual is all zeros [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
block.cpp | 272 if (currMB->CBP&(1 << b8)) 580 currMB->CBP = 0; 630 currMB->CBP |= (1 << b8); 865 currMB->CBP |= (1 << 4); // DC present 1027 currMB->CBP |= (2 << 4); [all...] |
avcenc_lib.h | [all...] |
avcenc_api.h | 152 uint32 init_CBP_removal_delay; /* initial CBP removal delay in msec */
|
avcenc_int.h | 242 int32 initDelayOffset; /* initial CBP removal delay in bits */
|
intra_est.cpp | 125 currMB->CBP = 0; 679 currMB->CBP |= (1 << b8); [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_macroblock_layer.c | 560 /* luma cbp in bits 0-3 */ 734 /* luma cbp in bits 0-3 */ 885 u32 cbp; local 893 cbp = 15; 895 cbp = 0; 903 cbp += tmp << 4; 905 return(cbp); [all...] |
/external/llvm/test/CodeGen/ARM/ |
struct-byval-frame-index.ll | 57 @cbp = external global i32, align 4
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 147 UChar *CBP; /* MCBPC/CBPY stuff */
|
mp4enc_api.cpp | 652 video->headerInfo.CBP = (UChar *) M4VENC_MALLOC(sizeof(UChar) * nTotalMB); /* Memory for CBP (Y and C) of each MB */ 653 if (video->headerInfo.CBP == NULL) goto CLEAN_UP; [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bio.h | 580 #define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \ 581 cbp) [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
bio.h | 580 #define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \ 581 cbp) [all...] |
/external/openssl/crypto/bio/ |
bio.h | 577 #define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \ 578 cbp) [all...] |
/external/openssl/include/openssl/ |
bio.h | 577 #define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \ 578 cbp) [all...] |
/external/chromium_org/third_party/libwebp/dec/ |
vp8.c | 505 if (!VP8GetBit(br, p[0])) { // first EOB is more a 'CBP' bit.
|
/external/webp/src/dec/ |
vp8.c | 505 if (!VP8GetBit(br, p[0])) { // first EOB is more a 'CBP' bit.
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 585 uint CBP; /* CodeBlockPattern */ [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
cmake.py | 15 will convert the CMakeLists.txt to a code::blocks cbp for the editor to read, [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC.h | 597 OMX_U32 cbpy; /* CBP Luma */ 598 OMX_U32 cbpc; /* CBP Chroma */ [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC.h | 597 OMX_U32 cbpy; /* CBP Luma */ 598 OMX_U32 cbpc; /* CBP Chroma */ [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
omxVC.h | 597 OMX_U32 cbpy; /* CBP Luma */ 598 OMX_U32 cbpc; /* CBP Chroma */ [all...] |
/frameworks/base/docs/image_sources/resources/ |
resource_devices_diagram.graffle | [all...] |