Searched refs:DEFAULT_REF_IDX (Results 1 – 1 of 1) sorted by relevance
22 #define DEFAULT_REF_IDX 0 /* always from the first frame in the reflist */ macro992 ref = video->RefPicList0[DEFAULT_REF_IDX]->Sl; /* origin of actual frame */ in AVCMBMotionSearch()1000 currMB->ref_idx_L0[2] = currMB->ref_idx_L0[3] = DEFAULT_REF_IDX; in AVCMBMotionSearch()1002 currMB->ref_idx_L1[2] = currMB->ref_idx_L1[3] = DEFAULT_REF_IDX; in AVCMBMotionSearch()1004 … currMB->RefIdx[2] = currMB->RefIdx[3] = video->RefPicList0[DEFAULT_REF_IDX]->RefIdx; in AVCMBMotionSearch()