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
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 …]
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.c203 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()
Dvp9_denoiser.c381 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()
Dvp9_encodeframe.c776 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/
Daq_cyclicrefresh.c207 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()
Daq_complexity.c125 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()
Dbitstream.c421 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/
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(cm->mi_cols - mi_col, bw); in get_segment_id() local
35 for (x = 0; x < xmis; ++x) in get_segment_id()