Home
last modified time | relevance | path

Searched defs:ymis (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c200 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); in vp9_cyclic_refresh_update_segment() local
254 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); in vp9_cyclic_refresh_update_sb_postencode() local
398 int xmis, ymis, x, y; in cyclic_refresh_update_map() local
Dvp9_aq_complexity.c122 const int ymis = VPXMIN(cm->mi_rows - mi_row, num_8x8_blocks_high_lookup[bs]); in vp9_caq_select_segment() local
/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h29 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); in get_segment_id() local