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.h35 typedef enum BITSTREAM_PROFILE { enum
41 } BITSTREAM_PROFILE; typedef
Dvp9_onyxc_int.h179 BITSTREAM_PROFILE profile;
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.h32 BITSTREAM_PROFILE vp9_read_profile(struct vp9_read_bit_buffer *rb);
Dvp9_decodeframe.c1090 BITSTREAM_PROFILE vp9_read_profile(struct vp9_read_bit_buffer *rb) { in vp9_read_profile()
1095 return (BITSTREAM_PROFILE) profile; in vp9_read_profile()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c102 BITSTREAM_PROFILE profile, struct vp9_read_bit_buffer *rb) { in parse_bitdepth_colorspace_sampling()
151 const BITSTREAM_PROFILE profile = vp9_read_profile(&rb); in decoder_peek_si_internal()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h133 BITSTREAM_PROFILE profile;
Dvp9_bitstream.c1023 static void write_profile(BITSTREAM_PROFILE profile, in write_profile()