Searched defs:xmis (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
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_aq_cyclicrefresh.c | 167 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_segment() local 230 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_sb_postencode() local 365 int xmis, ymis, x, y; in cyclic_refresh_update_map() local
|
D | vp9_aq_variance.c | 203 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_get_sub_block_energy() local
|
D | vp9_denoiser.c | 381 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_denoiser_denoise() local
|
D | vp9_encodeframe.c | 776 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in skin_sb_split() local 6055 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in update_zeromv_cnt() local
|
/external/libaom/libaom/av1/encoder/ |
D | aq_complexity.c | 125 const int xmis = AOMMIN(cm->mi_cols - mi_col, mi_size_wide[bs]); in av1_caq_select_segment() local
|
D | aq_cyclicrefresh.c | 207 const int xmis = AOMMIN(cm->mi_cols - mi_col, bw); in av1_cyclic_refresh_update_segment() local 295 int xmis, ymis, x, y; in cyclic_refresh_update_map() local
|
D | bitstream.c | 421 const int xmis = AOMMIN(cm->mi_cols - mi_col, bw); in set_spatial_segment_id() 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
|
/external/libaom/libaom/av1/common/ |
D | pred_common.h | 30 const int xmis = AOMMIN(cm->mi_cols - mi_col, bw); in get_segment_id() local
|