Home
last modified time | relevance | path

Searched defs:step_h (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libkmsxx/kms++util/inc/kms++util/
H A Dvideodevice.h14 uint32_t min_h, max_h, step_h; member
/aosp_15_r20/external/libopenapv/src/
H A Doapv_rc.c41 int step_h = 8 << ctx->comp_sft[c][1]; in oapve_rc_get_tile_cost() local
/aosp_15_r20/external/libdav1d/src/
H A Drefmvs.c423 const int step_h = bw4 >= 16 ? 2 : 1, step_v = bh4 >= 16 ? 2 : 1; in dav1d_refmvs_find() local
/aosp_15_r20/external/libgav1/src/
H A Dmotion_vector.cc405 const int step_h = (block.height4x4 >= 16) ? 4 : 2; in TemporalScan() local
/aosp_15_r20/external/libaom/av1/common/
H A Dmvref_common.c563 const int step_h = (xd->height >= mi_size_high[BLOCK_64X64]) in setup_ref_mv_list() local