Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dmotion_est.cpp1002 currMB->ref_idx_L1[0] = currMB->ref_idx_L1[1] = in AVCMBMotionSearch()
1003 currMB->ref_idx_L1[2] = currMB->ref_idx_L1[3] = DEFAULT_REF_IDX; in AVCMBMotionSearch()
Dslice.cpp744 status = te_v(stream, currMB->ref_idx_L1[mbPartIdx], max_ref_idx); in mb_pred()
834 status = te_v(stream, currMB->ref_idx_L1[mbPartIdx], max_ref_idx); in sub_mb_pred()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h577 int16 ref_idx_L1[4]; member