Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h36 ONETWO = 3 enumerator
84 case ONETWO: in Scale2Ratio()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h131 ONETWO = 3 enumerator
Dvp9_onyx_if.c110 case ONETWO: in Scale2Ratio()
3420 if (horiz_mode > ONETWO || vert_mode > ONETWO)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c2702 cm->horiz_scale = (cm->horiz_scale < ONETWO) ? cm->horiz_scale + 1 : ONETWO; in resize_key_frame()
2703 cm->vert_scale = (cm->vert_scale < ONETWO) ? cm->vert_scale + 1 : ONETWO; in resize_key_frame()
5559 if (horiz_mode <= ONETWO) in vp8_set_internal_size()
5564 if (vert_mode <= ONETWO) in vp8_set_internal_size()