Searched defs:CBP (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dcombined_decode.cpp462 video->headerInfo.CBP[mbnum] = (uint8)(CBPY << 2 | (CBPC & 3));
534 uint CBP = video->headerInfo.CBP[mbnum]; local
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
[all...]
H A Ddatapart_decode.cpp174 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]; local
714 MBMotionComp(video, CBP);
723 if (CBP & (1 << (5 - comp)))
748 if (CBP & 2)
768 if (CBP
[all...]
H A Dvlc_dequant.cpp58 uint CBP = video->headerInfo.CBP[mbnum]; local
110 if (CBP & (1 << (5 - comp)))
509 uint CBP = video->headerInfo.CBP[mbnum]; local
555 if (CBP & (1 << (5 - comp)))
811 uint CBP = video->headerInfo.CBP[mbnum]; local
858 if ((CBP & (1 << (5 - comp))) == 0)
940 if (CBP
[all...]
H A Dmp4lib_int.h151 uint8 *CBP; /* MCBPC/CBPY stuff */ member in struct:tagHeaderInfoDecVideo
/frameworks/base/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h585 uint CBP; /* CodeBlockPattern */ member in struct:tagMacroblock

Completed in 61 milliseconds