Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c135 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
278 xmis = MIN(cm->mi_cols - mi_col, in vp9_cyclic_refresh_setup()
283 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_setup()
298 if (sum_map > 0 && sum_map < xmis * ymis) { in vp9_cyclic_refresh_setup()
299 const int new_value = (sum_map >= xmis * ymis / 2); in vp9_cyclic_refresh_setup()
301 for (x = 0; x < xmis; x++) in vp9_cyclic_refresh_setup()
308 if (sum_map >= xmis * ymis /2) in vp9_cyclic_refresh_setup()
Dvp9_aq_complexity.c104 const int xmis = MIN(cm->mi_cols - mi_col, bw); in vp9_select_in_frame_q_segment() local
116 const int target_rate = (cpi->rc.sb64_target_rate * xmis * ymis * 256) / in vp9_select_in_frame_q_segment()
144 for (x = 0; x < xmis; x++) { in vp9_select_in_frame_q_segment()
/external/libvpx/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()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c91 const int xmis = MIN(cm->mi_cols - mi_col, bw); in set_segment_id() local
98 for (x = 0; x < xmis; x++) in set_segment_id()