Home
last modified time | relevance | path

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

/external/libavc/common/svc/
Disvc_intra_resample.c2378 WORD32 i4_x_ref_start, i4_x_ref_end; in isvc_reflayer_construction() local
2387 i4_x_ref_end = MAX(0, MIN((i4_ref_wd - 1), (i4_refarray_wd - 1) + i4_x_offset)); in isvc_reflayer_construction()
2392 i4_rangeW = (i4_x_ref_end - i4_x_ref_start + 1); in isvc_reflayer_construction()
/external/libavc/decoder/svc/
Disvcd_intra_resamp.c1853 WORD32 i4_x_ref_start, i4_x_ref_end; in isvcd_reflayer_construction() local
1862 i4_x_ref_end = MAX(0, MIN((i4_ref_wd - 1), (i4_refarray_wd - 1) + i4_x_offset)); in isvcd_reflayer_construction()
1867 i4_rangeW = (i4_x_ref_end - i4_x_ref_start + 1); in isvcd_reflayer_construction()