Searched refs:MB_D (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_neighbour.c | 92 {MB_D,15}, {MB_B,10}, {MB_A,5}, {MB_CURR,0}, 96 {MB_D,19}, {MB_B,18}, {MB_A,17}, {MB_CURR,16}, 97 {MB_D,23}, {MB_B,22}, {MB_A,21}, {MB_CURR,20} }; 214 else if (neighbour == MB_D) in h264bsdGetNeighbourMb()
|
D | h264bsd_neighbour.h | 46 MB_D, enumerator
|
D | h264bsd_inter_prediction.c | 147 { { {MB_D,15}, {MB_NA,0}, {MB_NA,0}, {MB_NA,0} }, 148 { {MB_D,15}, {MB_A,5}, {MB_NA,0}, {MB_NA,0} }, 149 { {MB_D,15}, {MB_B,10}, {MB_NA,0}, {MB_NA,0} }, 150 { {MB_D,15}, {MB_B,10}, {MB_A,5}, {MB_CURR,0} } },
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
D | mb_access.cpp | 189 AVCMacroblock *MB_A, *MB_B, *MB_C, *MB_D; in GetMotionVectorPredictor() local 229 MB_D = &video->mblock[video->mbAddrD]; in GetMotionVectorPredictor() 364 refIdxLXC = MB_D->ref_idx_L0[3]; in GetMotionVectorPredictor() 365 mv = (int16*)(MB_D->mvL0 + 15); in GetMotionVectorPredictor()
|