/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_dequant.cpp | 58 uint CBP = video->headerInfo.CBP[mbnum]; 110 if (CBP & (1 << (5 - comp))) 509 uint CBP = video->headerInfo.CBP[mbnum]; 555 if (CBP & (1 << (5 - comp))) 811 uint CBP = video->headerInfo.CBP[mbnum]; 858 if ((CBP & (1 << (5 - comp))) == 0) 940 if (CBP & (1 << (5 - comp)) [all...] |
combined_decode.cpp | 462 video->headerInfo.CBP[mbnum] = (uint8)(CBPY << 2 | (CBPC & 3)); 534 uint CBP = video->headerInfo.CBP[mbnum]; 665 MBMotionComp(video, CBP); 672 if (CBP & (1 << (5 - comp))) 702 if (CBP & 2) 726 if (CBP & 1) 754 if (CBP & (1 << (5 - comp))) 780 if (CBP & 2) 804 if (CBP & 1 [all...] |
datapart_decode.cpp | 174 video->headerInfo.CBP[mbnum] = (uint8)((MCBPC >> 4) & 3); 254 video->headerInfo.CBP[mbnum] |= (uint8)(CBPY << 2); 441 video->headerInfo.CBP[mbnum] |= (uint8)(CBPY << 2); 608 video->headerInfo.CBP[mbnum] = (uint8)((MCBPC >> 4) & 3); 628 uint CBP = video->headerInfo.CBP[mbnum]; 714 MBMotionComp(video, CBP); 723 if (CBP & (1 << (5 - comp))) 748 if (CBP & 2) 768 if (CBP & 1 [all...] |
mp4lib_int.h | 151 uint8 *CBP; /* MCBPC/CBPY stuff */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
combined_encode.cpp | 289 UChar CBP = 0; 441 CBP = video->headerInfo.CBP[mbnum]; 492 video->headerInfo.CBP[mbnum] = CBP;
|
datapart_encode.cpp | 237 UChar CBP; 363 CBP = video->headerInfo.CBP[mbnum]; 421 video->headerInfo.CBP[mbnum] = CBP;
|
fastquant.cpp | 125 return CBP for this block 445 Int CBP = 0; 465 return CBP;//rcoeff[0] = 0; not needed since CBP will be zero 489 CBP = 1; 491 return CBP; 552 Int CBP = 0; 651 CBP = 1; /* check CBP before mismatch control, 7/5/01 */ 654 if (CBP) [all...] |
fastcodemb.cpp | 52 Int sad, k, CBP, mbnum = video->mbnum; 87 CBP = 0; 138 CBP <<= 1; 197 CBP |= 0; 205 CBP |= (*BlockQuantDequantH263DC)(dataBlock, output, &QuantParam, 233 CBP |= (*BlockQuantDequantH263)(dataBlock, output, &QuantParam, 248 video->headerInfo.CBP[mbnum] = CBP; /* 5/18/2001 */ 281 Int sad, k, CBP, mbnum = video->mbnum; 318 CBP = 0 [all...] |
vlc_encode.cpp | 239 PutMCBPC_Intra(Int cbp, Int mode, BitstreamEncVideo *bitstream) 244 ind = ((mode_MBtype[mode] >> 1) & 3) | ((cbp & 3) << 2); 254 PutMCBPC_Inter(Int cbp, Int mode, BitstreamEncVideo *bitstream) 259 ind = (mode_MBtype[mode] & 7) | ((cbp & 3) << 3); 892 UChar CBP; 901 /* DC and AC Prediction, 5/28/01, compute CBP, intraDC_decision*/ 904 /* CBP, Run, Level, and Sign */ 906 CBP = video->headerInfo.CBP[mbnum]; 925 PutMCBPC_Intra(CBP, Mode, bs1); /* MCBPC * [all...] |
mp4lib_int.h | 147 UChar *CBP; /* MCBPC/CBPY stuff */
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 585 uint CBP; /* CodeBlockPattern */ [all...] |