Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h36 typedef enum BITSTREAM_PROFILE { enum
42 } BITSTREAM_PROFILE; typedef
Dvp9_onyxc_int.h230 BITSTREAM_PROFILE profile;
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.h26 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb);
Dvp9_decodeframe.c2480 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb) { in vp9_read_profile()
2484 return (BITSTREAM_PROFILE)profile; in vp9_read_profile()
/external/libaom/libaom/av1/common/
Dtiming.h56 int64_t max_level_bitrate(BITSTREAM_PROFILE seq_profile, int seq_level_idx,
Dtiming.c41 int64_t max_level_bitrate(BITSTREAM_PROFILE seq_profile, int seq_level_idx, in max_level_bitrate()
Denums.h93 } SENUM1BYTE(BITSTREAM_PROFILE);
Donyxc_int.h259 BITSTREAM_PROFILE profile;
/external/libaom/libaom/av1/decoder/
Ddecodeframe.h31 BITSTREAM_PROFILE av1_read_profile(struct aom_read_bit_buffer *rb);
Ddecodeframe.c5470 BITSTREAM_PROFILE av1_read_profile(struct aom_read_bit_buffer *rb) { in av1_read_profile()
5472 return (BITSTREAM_PROFILE)profile; in av1_read_profile()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c74 static int parse_bitdepth_colorspace_sampling(BITSTREAM_PROFILE profile, in parse_bitdepth_colorspace_sampling()
122 const BITSTREAM_PROFILE profile = vp9_read_profile(&rb); in decoder_peek_si_internal()
/external/libaom/libaom/av1/encoder/
Dlevel.c540 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_update_level_info()
Dencoder.h183 BITSTREAM_PROFILE profile;
Dbitstream.c2314 static void write_profile(BITSTREAM_PROFILE profile, in write_profile()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h146 BITSTREAM_PROFILE profile;
Dvp9_bitstream.c1161 static void write_profile(BITSTREAM_PROFILE profile, in write_profile()