Home
last modified time | relevance | path

Searched refs:step_w (Results 1 – 4 of 4) sorted by relevance

/external/libkmsxx/kms++util/inc/kms++util/
Dvideodevice.h13 uint32_t min_w, max_w, step_w; member
/external/libgav1/libgav1/src/
Dmotion_vector.cc405 const int step_w = (block.width4x4 >= 16) ? 4 : 2; in TemporalScan() local
443 mv_column += step_w; in TemporalScan()
/external/libkmsxx/kms++util/src/
Dvideodevice.cpp351 s.step_w = v4lfrms.stepwise.step_width; in get_frame_sizes()
/external/libaom/libaom/av1/common/
Dmvref_common.c560 const int step_w = (xd->width >= mi_size_wide[BLOCK_64X64]) in setup_ref_mv_list() local
565 for (int blk_col = 0; blk_col < blk_col_end; blk_col += step_w) { in setup_ref_mv_list()