Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h37 PROFILE_1, enumerator
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c110 if (profile == PROFILE_1 || profile == PROFILE_3) { in parse_bitdepth_colorspace_sampling()
115 if (profile == PROFILE_1 || profile == PROFILE_3) { in parse_bitdepth_colorspace_sampling()
Dvp9_cx_iface.c282 if (cfg->g_profile <= (unsigned int)PROFILE_1 && in validate_config()
285 if (cfg->g_profile > (unsigned int)PROFILE_1 && in validate_config()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1029 case PROFILE_1: in write_profile()
1052 if (cm->profile == PROFILE_1 || cm->profile == PROFILE_3) { in write_bitdepth_colorspace_sampling()
1061 assert(cm->profile == PROFILE_1 || cm->profile == PROFILE_3); in write_bitdepth_colorspace_sampling()
Dvp9_encoder.c561 if (cm->profile <= PROFILE_1) in vp9_change_config()
2382 if ((cm->profile == PROFILE_1 || cm->profile == PROFILE_3) && in vp9_receive_raw_frame()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1105 if (cm->profile == PROFILE_1 || cm->profile == PROFILE_3) { in read_bitdepth_colorspace_sampling()
1118 if (cm->profile == PROFILE_1 || cm->profile == PROFILE_3) { in read_bitdepth_colorspace_sampling()