Searched refs:xmis (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 167 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_segment() local 215 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_update_segment() 230 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_sb_postencode() local 235 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_update_sb_postencode() 365 int xmis, ymis, x, y; in cyclic_refresh_update_map() local 417 xmis = in cyclic_refresh_update_map() 422 (xmis <= 2 || ymis <= 2)) in cyclic_refresh_update_map() 425 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map() 444 if (sum_map >= xmis * ymis / 2) { in cyclic_refresh_update_map() 455 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map() [all …]
|
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 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()
|
D | vp9_aq_variance.c | 203 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_get_sub_block_energy() local 207 if (xmis < bw || ymis < bh) { in vp9_get_sub_block_energy() 217 for (x = 0; x < xmis; ++x) { in vp9_get_sub_block_energy()
|
D | vp9_denoiser.c | 381 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_denoiser_denoise() local 386 for (j = 0; j < xmis; j++) { in vp9_denoiser_denoise()
|
D | vp9_encodeframe.c | 776 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in skin_sb_split() local 781 for (j = 0; j < xmis; j += 2) { in skin_sb_split() 6055 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in update_zeromv_cnt() local 6060 for (x = 0; x < xmis; x++) { in update_zeromv_cnt()
|
/external/libaom/libaom/av1/encoder/ |
D | aq_cyclicrefresh.c | 207 const int xmis = AOMMIN(cm->mi_cols - mi_col, bw); in av1_cyclic_refresh_update_segment() local 244 for (x = 0; x < xmis; x++) { in av1_cyclic_refresh_update_segment() 295 int xmis, ymis, x, y; in cyclic_refresh_update_map() local 326 xmis = AOMMIN(cm->mi_cols - mi_col, cm->seq_params.mib_size); in cyclic_refresh_update_map() 329 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map() 343 if (sum_map >= xmis * ymis / 2) { in cyclic_refresh_update_map() 345 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map() 348 cr->target_num_seg_blocks += xmis * ymis; in cyclic_refresh_update_map()
|
D | aq_complexity.c | 125 const int xmis = AOMMIN(cm->mi_cols - mi_col, mi_size_wide[bs]); in av1_caq_select_segment() local 136 const int64_t num = (int64_t)(cpi->rc.sb64_target_rate * xmis * ymis) in av1_caq_select_segment() 168 for (x = 0; x < xmis; x++) { in av1_caq_select_segment()
|
D | bitstream.c | 421 const int xmis = AOMMIN(cm->mi_cols - mi_col, bw); in set_spatial_segment_id() local 426 for (x = 0; x < xmis; ++x) in set_spatial_segment_id()
|
/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 33 for (x = 0; x < xmis; ++x) in get_segment_id()
|
/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 35 for (x = 0; x < xmis; ++x) in get_segment_id()
|