Home
last modified time | relevance | path

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

/external/libavc/common/svc/
Disvc_intra_resample.c2379 WORD32 i4_y_ref_start, i4_y_ref_end; in isvc_reflayer_construction() local
2388 i4_y_ref_start = MAX(0, MIN((i4_ref_ht - 1), i4_y_offset)); in isvc_reflayer_construction()
2393 i4_rangeH = (i4_y_ref_end - i4_y_ref_start + 1); in isvc_reflayer_construction()
2397 (i4_x_ref_start - i4_x_offset) + ((i4_y_ref_start - i4_y_offset) * i4_refarray_stride); in isvc_reflayer_construction()
/external/libavc/decoder/svc/
Disvcd_intra_resamp.c1854 WORD32 i4_y_ref_start, i4_y_ref_end; in isvcd_reflayer_construction() local
1863 i4_y_ref_start = MAX(0, MIN((i4_ref_ht - 1), i4_y_offset)); in isvcd_reflayer_construction()
1868 i4_rangeH = (i4_y_ref_end - i4_y_ref_start + 1); in isvcd_reflayer_construction()
1872 (i4_x_ref_start - i4_x_offset) + ((i4_y_ref_start - i4_y_offset) * i4_refarray_stride); in isvcd_reflayer_construction()