Home
last modified time | relevance | path

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

/external/libvpx/vp9/common/
Dvp9_enums.h36 typedef enum BITSTREAM_PROFILE { enum
42 } BITSTREAM_PROFILE; typedef
Dvp9_onyxc_int.h246 BITSTREAM_PROFILE profile;
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.h26 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb);
Dvp9_decodeframe.c2940 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb) { in vp9_read_profile()
2944 return (BITSTREAM_PROFILE)profile; in vp9_read_profile()
/external/libaom/av1/common/
Dtiming.h52 int64_t av1_max_level_bitrate(BITSTREAM_PROFILE seq_profile, int seq_level_idx,
Dtiming.c54 int64_t av1_max_level_bitrate(BITSTREAM_PROFILE seq_profile, int seq_level_idx, in av1_max_level_bitrate()
Denums.h93 } SENUM1BYTE(BITSTREAM_PROFILE);
Dav1_common_int.h298 BITSTREAM_PROFILE profile;
/external/libaom/av1/decoder/
Ddecodeframe.h31 BITSTREAM_PROFILE av1_read_profile(struct aom_read_bit_buffer *rb);
Ddecodeframe.c5119 BITSTREAM_PROFILE av1_read_profile(struct aom_read_bit_buffer *rb) { in av1_read_profile()
5121 return (BITSTREAM_PROFILE)profile; in av1_read_profile()
/external/libaom/av1/encoder/
Dlevel.c368 BITSTREAM_PROFILE profile) { in get_max_bitrate()
378 BITSTREAM_PROFILE profile) { in av1_get_max_bitrate_for_level()
957 int is_still_picture, BITSTREAM_PROFILE profile, int check_bitrate) { in check_level_constraints()
1264 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_update_level_info()
1349 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_get_seq_level_idx()
Dlevel.h212 BITSTREAM_PROFILE profile);
Drc_utils.h72 const BITSTREAM_PROFILE profile = seq_params->profile; in config_target_level()
Dencoder.h1030 BITSTREAM_PROFILE profile;
Dbitstream.c2374 static AOM_INLINE void write_profile(BITSTREAM_PROFILE profile, in write_profile()
Dencoder.c229 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_get_compression_ratio()
/external/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/libvpx/vp9/encoder/
Dvp9_encoder.h159 BITSTREAM_PROFILE profile;
Dvp9_bitstream.c1165 static void write_profile(BITSTREAM_PROFILE profile, in write_profile()