Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c167 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_segment() local
216 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_update_segment()
231 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_cyclic_refresh_update_sb_postencode() local
236 for (x = 0; x < xmis; x++) { in vp9_cyclic_refresh_update_sb_postencode()
366 int xmis, ymis, x, y; in cyclic_refresh_update_map() local
418 xmis = in cyclic_refresh_update_map()
423 (xmis <= 2 || ymis <= 2)) in cyclic_refresh_update_map()
426 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map()
445 if (sum_map >= xmis * ymis / 2) { in cyclic_refresh_update_map()
456 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_aq_variance.c196 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_get_sub_block_energy() local
200 if (xmis < bw || ymis < bh) { in vp9_get_sub_block_energy()
210 for (x = 0; x < xmis; ++x) { in vp9_get_sub_block_energy()
Dvp9_denoiser.c380 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in vp9_denoiser_denoise() local
385 for (j = 0; j < xmis; j++) { in vp9_denoiser_denoise()
Dvp9_encodeframe.c835 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in skin_sb_split() local
840 for (j = 0; j < xmis; j += 2) { in skin_sb_split()
6348 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); in update_zeromv_cnt() local
6353 for (x = 0; x < xmis; x++) { in update_zeromv_cnt()
/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c166 const int xmis = AOMMIN(cm->mi_params.mi_cols - mi_col, bw); in av1_cyclic_refresh_update_segment() local
201 for (int x = 0; x < xmis; x++) { in av1_cyclic_refresh_update_segment()
268 int xmis, ymis, x, y; in cyclic_refresh_update_map() local
303 xmis = AOMMIN(mi_params->mi_cols - mi_col, cm->seq_params.mib_size); in cyclic_refresh_update_map()
306 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map()
320 if (sum_map >= xmis * ymis / 2) { in cyclic_refresh_update_map()
322 for (x = 0; x < xmis; x++) { in cyclic_refresh_update_map()
325 cr->target_num_seg_blocks += xmis * ymis; in cyclic_refresh_update_map()
Daq_complexity.c138 const int xmis = AOMMIN(cm->mi_params.mi_cols - mi_col, mi_size_wide[bs]); in av1_caq_select_segment() local
149 const int64_t num = (int64_t)(cpi->rc.sb64_target_rate * xmis * ymis) in av1_caq_select_segment()
181 for (x = 0; x < xmis; x++) { in av1_caq_select_segment()
Dbitstream.c408 const int xmis = AOMMIN(mi_params->mi_cols - mi_col, bw); in set_spatial_segment_id() local
412 for (int x = 0; x < xmis; ++x) { in set_spatial_segment_id()
/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()
/external/libaom/libaom/av1/common/
Dpred_common.h30 const int xmis = AOMMIN(mi_params->mi_cols - mi_col, bw); in get_segment_id() local
35 for (int x = 0; x < xmis; ++x) { in get_segment_id()