Home
last modified time | relevance | path

Searched refs:search_width (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp9/encoder/
Dvp9_mcomp.c2298 const int search_width = bw << 1; in vp9_int_pro_motion_estimation() local
2340 for (idx = 0; idx < search_width; idx += 16) { in vp9_int_pro_motion_estimation()
/external/libaom/av1/encoder/
Dmcomp.c1986 const int search_width = bw << 1; in av1_int_pro_motion_estimation() local
2029 aom_int_pro_row(hbuf, ref_buf, ref_stride, search_width, bh, row_norm_factor); in av1_int_pro_motion_estimation()