Home
last modified time | relevance | path

Searched refs:ymis (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c137 const int ymis = MIN(cm->mi_rows - mi_row, bh); in vp9_cyclic_refresh_update_segment() local
166 for (y = 0; y < ymis; y++) in vp9_cyclic_refresh_update_segment()
175 cr->num_seg_blocks += xmis * ymis; in vp9_cyclic_refresh_update_segment()
199 int xmis, ymis, x, y, qindex2; in vp9_cyclic_refresh_setup() local
281 ymis = MIN(cm->mi_rows - mi_row, in vp9_cyclic_refresh_setup()
283 for (y = 0; y < ymis; y++) { in vp9_cyclic_refresh_setup()
299 if (sum_map > 0 && sum_map < xmis * ymis) { in vp9_cyclic_refresh_setup()
300 const int new_value = (sum_map >= xmis * ymis / 2); in vp9_cyclic_refresh_setup()
301 for (y = 0; y < ymis; y++) in vp9_cyclic_refresh_setup()
309 if (sum_map >= xmis * ymis /2) in vp9_cyclic_refresh_setup()
Dvp9_aq_complexity.c70 const int ymis = MIN(cm->mi_rows - mi_row, bh); in vp9_select_in_frame_q_segment() local
81 const int target_rate = (cpi->rc.sb64_target_rate * xmis * ymis * 256) / in vp9_select_in_frame_q_segment()
97 for (y = 0; y < ymis; y++) { in vp9_select_in_frame_q_segment()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.c375 const int ymis = MIN(cm->mi_rows - mi_row, bh); in vp9_get_segment_id() local
378 for (y = 0; y < ymis; y++) in vp9_get_segment_id()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c93 const int ymis = MIN(cm->mi_rows - mi_row, bh); in set_segment_id() local
98 for (y = 0; y < ymis; y++) in set_segment_id()