Searched defs:xmis (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 156 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_segment() local 219 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_sb_postencode() local 332 int xmis, ymis, x, y; in cyclic_refresh_update_map() local
|
D | vp9_aq_complexity.c | 117 const int xmis = VPXMIN(cm->mi_cols - mi_col, num_8x8_blocks_wide_lookup[bs]); in vp9_caq_select_segment() local
|
D | vp9_denoiser.c | 343 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_denoiser_denoise() local
|
D | vp9_encodeframe.c | 738 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in skin_sb_split() local 4772 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in update_zeromv_cnt() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_pred_common.h | 28 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in get_segment_id() local
|