Home
last modified time | relevance | path

Searched refs:PROFILE_3 (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h40 PROFILE_3, enumerator
/external/u-boot/board/ti/am335x/
Dmux.c316 #define PROFILE_3 (1 << 3) macro
365 if (profile & ~(PROFILE_2 | PROFILE_3)) in enable_board_pin_mux()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c81 if (profile == PROFILE_1 || profile == PROFILE_3) { in parse_bitdepth_colorspace_sampling()
86 if (profile == PROFILE_1 || profile == PROFILE_3) { in parse_bitdepth_colorspace_sampling()
Dvp9_cx_iface.c364 ctx->cfg.g_profile != (unsigned int)PROFILE_3) { in validate_img()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1168 assert(profile == PROFILE_3); in write_profile()
1184 if (cm->profile == PROFILE_1 || cm->profile == PROFILE_3) { in write_bitdepth_colorspace_sampling()
1193 assert(cm->profile == PROFILE_1 || cm->profile == PROFILE_3); in write_bitdepth_colorspace_sampling()
Dvp9_encoder.c5068 if ((cm->profile == PROFILE_1 || cm->profile == PROFILE_3) &&
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2135 if (cm->profile == PROFILE_1 || cm->profile == PROFILE_3) { in read_bitdepth_colorspace_sampling()
2149 if (cm->profile == PROFILE_1 || cm->profile == PROFILE_3) { in read_bitdepth_colorspace_sampling()