Home
last modified time | relevance | path

Searched refs:ref_idx (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_comp.cpp45 int ref_idx; in AVCMBMotionComp() local
79 ref_idx = currMB->ref_idx_L0[(mbPartIdx_Y << 1) + mbPartIdx_X]; in AVCMBMotionComp()
82 ref_l = video->RefPicList0[ref_idx]->Sl; in AVCMBMotionComp()
83 ref_Cb = video->RefPicList0[ref_idx]->Scb; in AVCMBMotionComp()
84 ref_Cr = video->RefPicList0[ref_idx]->Scr; in AVCMBMotionComp()