Home
last modified time | relevance | path

Searched defs:force_horz_split (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c4009 const int force_horz_split = (mi_row + mi_step >= cm->mi_rows); in rd_pick_partition() local
4942 const int force_horz_split = (mi_row + ms >= cm->mi_rows); in nonrd_pick_partition() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dpartition_search.c6139 const int force_horz_split = (mi_row + 2 * hbs > cm->mi_params.mi_rows); in av1_nonrd_pick_partition() local