Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c136 const int xmis = MIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_segment() local
167 for (x = 0; x < xmis; x++) { 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
279 xmis = MIN(cm->mi_cols - mi_col, in vp9_cyclic_refresh_setup()
284 for (x = 0; x < xmis; x++) { 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()
302 for (x = 0; x < xmis; x++) in vp9_cyclic_refresh_setup()
309 if (sum_map >= xmis * ymis /2) in vp9_cyclic_refresh_setup()
Dvp9_aq_complexity.c69 const int xmis = MIN(cm->mi_cols - mi_col, bw); 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()
98 for (x = 0; x < xmis; x++) { in vp9_select_in_frame_q_segment()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.c374 const int xmis = MIN(cm->mi_cols - mi_col, bw); in vp9_get_segment_id() local
379 for (x = 0; x < xmis; x++) in vp9_get_segment_id()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c92 const int xmis = MIN(cm->mi_cols - mi_col, bw); in set_segment_id() local
99 for (x = 0; x < xmis; x++) in set_segment_id()