Home
last modified time | relevance | path

Searched refs:PROFILE_2 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h39 PROFILE_2, enumerator
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1042 case PROFILE_2: in write_profile()
1055 if (cm->profile >= PROFILE_2) { in write_bitdepth_colorspace_sampling()
Dvp9_encoder.c4049 if ((cm->profile == PROFILE_0 || cm->profile == PROFILE_2) &&
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1786 if (cm->profile >= PROFILE_2) { in read_bitdepth_colorspace_sampling()
1849 if (cm->profile >= PROFILE_2) in read_uncompressed_header()
2183 *p_data_end = data + (cm->profile <= PROFILE_2 ? 1 : 2); in vp9_decode_frame()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c103 if (profile >= PROFILE_2) in parse_bitdepth_colorspace_sampling()