Searched refs:ref_Cr (Results 1 – 2 of 2) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | pred_inter.cpp | 48 uint8 *ref_l, *ref_Cb, *ref_Cr; in InterMBPrediction() local 89 ref_Cr = video->RefPicList0[ref_idx]->Scr; in InterMBPrediction() 120 ChromaMotionComp(ref_Cr, picWidth >> 1, picHeight >> 1, x_pos, y_pos, in InterMBPrediction() 128 ChromaMotionComp(ref_Cr, picWidth >> 1, picHeight >> 1, x_pos, y_pos, in InterMBPrediction()
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
D | motion_comp.cpp | 51 uint8 *ref_l, *ref_Cb, *ref_Cr; in AVCMBMotionComp() local 85 ref_Cr = video->RefPicList0[ref_idx]->Scr; in AVCMBMotionComp() 108 eChromaMotionComp(ref_Cr, picWidth >> 1, picHeight >> 1, x_pos, y_pos, in AVCMBMotionComp()
|