Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c218 unsigned int whichdir; in vp8_find_best_sub_pixel_step_iteratively() local
280 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); in vp8_find_best_sub_pixel_step_iteratively()
282 switch (whichdir) in vp8_find_best_sub_pixel_step_iteratively()
318 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); in vp8_find_best_sub_pixel_step_iteratively()
320 switch (whichdir) in vp8_find_best_sub_pixel_step_iteratively()
374 int whichdir ; in vp8_find_best_sub_pixel_step() local
458 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); in vp8_find_best_sub_pixel_step()
461 switch (whichdir) in vp8_find_best_sub_pixel_step()
582 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); in vp8_find_best_sub_pixel_step()
586 switch (whichdir) in vp8_find_best_sub_pixel_step()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c205 whichdir = (left < right ? 0 : 1) + \
207 switch (whichdir) { \
236 switch (whichdir) { \
250 switch (whichdir) { \
278 unsigned int whichdir; in vp9_find_best_sub_pixel_tree() local
376 unsigned int whichdir; in vp9_find_best_sub_pixel_comp_tree() local