Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h36 typedef enum BITSTREAM_PROFILE { enum
42 } BITSTREAM_PROFILE; typedef
Dvp9_onyxc_int.h254 BITSTREAM_PROFILE profile;
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.h27 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb);
Dvp9_decodeframe.c2157 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb) { in vp9_read_profile()
2162 return (BITSTREAM_PROFILE) profile; in vp9_read_profile()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h124 BITSTREAM_PROFILE profile;
Dvp9_bitstream.c1033 static void write_profile(BITSTREAM_PROFILE profile, in write_profile()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c101 BITSTREAM_PROFILE profile, struct vpx_read_bit_buffer *rb) { in parse_bitdepth_colorspace_sampling()
154 const BITSTREAM_PROFILE profile = vp9_read_profile(&rb); in decoder_peek_si_internal()