Searched defs:ymis (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | aq_cyclicrefresh.c | 164 const int ymis = AOMMIN(cm->mi_params.mi_rows - mi_row, bh); in av1_cyclic_reset_segment_skip() local 202 const int ymis = AOMMIN(cm->mi_params.mi_rows - mi_row, bh); in av1_cyclic_refresh_update_segment() local 301 int xmis, ymis, x, y; in cyclic_refresh_update_map() local
|
H A D | aq_complexity.c | 138 const int ymis = AOMMIN(cm->mi_params.mi_rows - mi_row, mi_size_high[bs]); in av1_caq_select_segment() local
|
H A D | encodeframe_utils.c | 270 const int ymis = AOMMIN(cm->mi_params.mi_rows - mi_row, bh); in av1_update_state() local
|
H A D | bitstream.c | 426 const int ymis = AOMMIN(mi_params->mi_rows - mi_row, bh); in set_spatial_segment_id() local
|
H A D | partition_search.c | 368 const int ymis = AOMMIN((cm->mi_params.mi_rows - mi_row) >> 1, bh); in update_zeromv_cnt() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_aq_cyclicrefresh.c | 170 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); in vp9_cyclic_refresh_update_segment() local 234 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); in vp9_cyclic_refresh_update_sb_postencode() local 369 int xmis, ymis, x, y; in cyclic_refresh_update_map() local
|
H A D | vp9_aq_complexity.c | 118 const int ymis = VPXMIN(cm->mi_rows - mi_row, num_8x8_blocks_high_lookup[bs]); in vp9_caq_select_segment() local
|
H A D | vp9_aq_variance.c | 208 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); in vp9_get_sub_block_energy() local
|
H A D | vp9_denoiser.c | 381 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); in vp9_denoiser_denoise() local
|
H A D | vp9_encodeframe.c | 805 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); in skin_sb_split() local 5611 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); in encode_nonrd_sb_row() local 6457 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); in update_zeromv_cnt() local
|
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_pred_common.h | 29 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); in get_segment_id() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | pred_common.h | 33 const int ymis = AOMMIN(mi_params->mi_rows - mi_row, bh); in get_segment_id() local
|