Home
last modified time | relevance | path

Searched refs:BITSTREAM_PROFILE (Results 1 – 18 of 18) 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.c2941 BITSTREAM_PROFILE vp9_read_profile(struct vpx_read_bit_buffer *rb) { in vp9_read_profile()
2945 return (BITSTREAM_PROFILE)profile; in vp9_read_profile()
/external/libaom/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.h88 } SENUM1BYTE(BITSTREAM_PROFILE);
Dav1_common_int.h264 BITSTREAM_PROFILE profile;
/external/libaom/libaom/av1/decoder/
Ddecodeframe.h31 BITSTREAM_PROFILE av1_read_profile(struct aom_read_bit_buffer *rb);
Ddecodeframe.c5090 BITSTREAM_PROFILE av1_read_profile(struct aom_read_bit_buffer *rb) { in av1_read_profile()
5092 return (BITSTREAM_PROFILE)profile; in av1_read_profile()
/external/libaom/libaom/av1/encoder/
Dlevel.c270 BITSTREAM_PROFILE profile) { in get_max_bitrate()
280 BITSTREAM_PROFILE profile) { in av1_get_max_bitrate_for_level()
774 int is_still_picture, BITSTREAM_PROFILE profile, int check_bitrate) { in check_level_constraints()
1082 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_update_level_info()
1165 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_get_seq_level_idx()
Dlevel.h202 BITSTREAM_PROFILE profile);
Dencoder.h218 BITSTREAM_PROFILE profile;
Dencoder.c1157 const BITSTREAM_PROFILE profile = seq_params->profile; in av1_get_compression_ratio()
2744 const BITSTREAM_PROFILE profile = seq_params->profile; in config_target_level()
Dbitstream.c2361 static AOM_INLINE void write_profile(BITSTREAM_PROFILE profile, in write_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/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h151 BITSTREAM_PROFILE profile;
Dvp9_bitstream.c1166 static void write_profile(BITSTREAM_PROFILE profile, in write_profile()