Searched refs:end_row (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Derror_concealment.c137 int end_row = MIN(4 + mb_row * 4 - first_blk_row, 2); local
145 end_row = 1;
153 end_row = 1;
157 for (row = 0; row < end_row; ++row)
180 int end_row, end_col; local
213 end_row = MIN(mb_rows - overlap_mb_row, 2);
219 end_row = 1;
225 for (rel_row = 0; rel_row < end_row; ++rel_row)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.c906 int start_row, end_row; local
926 end_row = MIN(range, x->mv_row_max - ref_row);
929 for (tr = start_row; tr <= end_row; ++tr) {

Completed in 49 milliseconds