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.c1153 case PROFILE_2: vpx_wb_write_literal(wb, 1, 2); break; in write_profile()
1161 if (cm->profile >= PROFILE_2) { in write_bitdepth_colorspace_sampling()
Dvp9_encoder.c4677 if ((cm->profile == PROFILE_0 || cm->profile == PROFILE_2) &&
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1710 if (cm->profile >= PROFILE_2) { in read_bitdepth_colorspace_sampling()
1773 if (cm->profile >= PROFILE_2) in read_uncompressed_header()
2062 *p_data_end = data + (cm->profile <= PROFILE_2 ? 1 : 2); in vp9_decode_frame()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c106 if (profile >= PROFILE_2) rb->bit_offset += 1; // Bit-depth 10 or 12. in parse_bitdepth_colorspace_sampling()