Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c156 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_segment() local
204 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_update_segment()
219 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_sb_postencode() local
224 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_update_sb_postencode()
332 int xmis, ymis, x, y; in cyclic_refresh_update_map() local
375 xmis = in cyclic_refresh_update_map()
380 (xmis <= 2 || ymis <= 2)) in cyclic_refresh_update_map()
383 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map()
402 if (sum_map >= xmis * ymis / 2) { in cyclic_refresh_update_map()
404 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map()
[all …]
Dvp9_aq_complexity.c117 const int xmis = VPXMIN(cm->mi_cols - mi_col, num_8x8_blocks_wide_lookup[bs]); in vp9_caq_select_segment() local
129 (cpi->rc.sb64_target_rate * xmis * ymis * 256) / (bw * bh); in vp9_caq_select_segment()
156 for (x = 0; x < xmis; x++) { in vp9_caq_select_segment()
Dvp9_denoiser.c369 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_denoiser_denoise() local
374 for (j = 0; j < xmis; j++) { in vp9_denoiser_denoise()
382 j = xmis; in vp9_denoiser_denoise()
Dvp9_encodeframe.c759 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in skin_sb_split() local
764 for (j = 0; j < xmis; j += 2) { in skin_sb_split()
5060 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in update_zeromv_cnt() local
5065 for (x = 0; x < xmis; x++) { in update_zeromv_cnt()
/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()