Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c199 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_segment() local
237 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_update_segment()
253 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_sb_postencode() local
258 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_update_sb_postencode()
398 int xmis, ymis, x, y; in cyclic_refresh_update_map() local
432 xmis = in cyclic_refresh_update_map()
437 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map()
456 if (sum_map >= xmis * ymis / 2) { in cyclic_refresh_update_map()
458 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map()
461 cr->target_num_seg_blocks += xmis * ymis; in cyclic_refresh_update_map()
Dvp9_aq_complexity.c121 const int xmis = VPXMIN(cm->mi_cols - mi_col, num_8x8_blocks_wide_lookup[bs]); in vp9_caq_select_segment() local
132 const int target_rate = (cpi->rc.sb64_target_rate * xmis * ymis * 256) / in vp9_caq_select_segment()
161 for (x = 0; x < xmis; x++) { in vp9_caq_select_segment()
/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h28 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in get_segment_id() local
33 for (x = 0; x < xmis; ++x) in get_segment_id()