Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h33 ONETWO = 3 enumerator
73 case ONETWO: in Scale2Ratio()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2510 (cm->horiz_scale < ONETWO) ? cm->horiz_scale + 1 : ONETWO; in resize_key_frame()
2511 cm->vert_scale = (cm->vert_scale < ONETWO) ? cm->vert_scale + 1 : ONETWO; in resize_key_frame()
5381 if (horiz_mode <= ONETWO) { in vp8_set_internal_size()
5387 if (vert_mode <= ONETWO) { in vp8_set_internal_size()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h91 ONETWO = 3 enumerator
Dvp9_encoder.c498 assert(mode == ONETWO); in Scale2Ratio()
7009 if (horiz_mode > ONETWO || vert_mode > ONETWO) return -1;
/external/libaom/libaom/av1/encoder/
Dencoder.h81 ONETWO = 3 enumerator
Dencoder.c116 case ONETWO: in Scale2Ratio()
5555 if (horiz_mode > ONETWO || vert_mode > ONETWO) return -1; in av1_set_internal_size()