Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h33 ONETWO = 3 enumerator
73 case ONETWO: in Scale2Ratio()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h91 ONETWO = 3 enumerator
Dvp9_encoder.c486 case ONETWO: in Scale2Ratio()
5589 if (horiz_mode > ONETWO || vert_mode > ONETWO) return -1;
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2564 (cm->horiz_scale < ONETWO) ? cm->horiz_scale + 1 : ONETWO; in resize_key_frame()
2565 cm->vert_scale = (cm->vert_scale < ONETWO) ? cm->vert_scale + 1 : ONETWO; in resize_key_frame()
5439 if (horiz_mode <= ONETWO) { in vp8_set_internal_size()
5445 if (vert_mode <= ONETWO) { in vp8_set_internal_size()