Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c216 unsigned int left, right, up, down, diag; in vp8_find_best_sub_pixel_step_iteratively() local
285 CHECK_BETTER(diag, tr - 2, tc - 2); in vp8_find_best_sub_pixel_step_iteratively()
288 CHECK_BETTER(diag, tr - 2, tc + 2); in vp8_find_best_sub_pixel_step_iteratively()
291 CHECK_BETTER(diag, tr + 2, tc - 2); in vp8_find_best_sub_pixel_step_iteratively()
294 CHECK_BETTER(diag, tr + 2, tc + 2); in vp8_find_best_sub_pixel_step_iteratively()
323 CHECK_BETTER(diag, tr - 1, tc - 1); in vp8_find_best_sub_pixel_step_iteratively()
326 CHECK_BETTER(diag, tr - 1, tc + 1); in vp8_find_best_sub_pixel_step_iteratively()
329 CHECK_BETTER(diag, tr + 1, tc - 1); in vp8_find_best_sub_pixel_step_iteratively()
332 CHECK_BETTER(diag, tr + 1, tc + 1); in vp8_find_best_sub_pixel_step_iteratively()
372 int left, right, up, down, diag; in vp8_find_best_sub_pixel_step() local
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c200 unsigned int left, right, up, down, diag; \
209 CHECK_BETTER(diag, tr - hstep, tc - hstep); \
212 CHECK_BETTER(diag, tr - hstep, tc + hstep); \
215 CHECK_BETTER(diag, tr + hstep, tc - hstep); \
218 CHECK_BETTER(diag, tr + hstep, tc + hstep); \