Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c4010 const int force_vert_split = (mi_col + mi_step >= cm->mi_cols); in rd_pick_partition() local
4943 const int force_vert_split = (mi_col + ms >= cm->mi_cols); in nonrd_pick_partition() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dpartition_search.c6140 const int force_vert_split = (mi_col + 2 * hbs > cm->mi_params.mi_cols); in av1_nonrd_pick_partition() local