Home
last modified time | relevance | path

Searched defs:num_bits_height (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2407 int num_bits_height = seq_params->num_bits_height; in setup_frame_size() local
2471 int num_bits_height = seq_params->num_bits_height; in setup_frame_size_with_refs() local
4538 const int num_bits_height = aom_rb_read_literal(rb, 4) + 1; in av1_read_sequence_header() local
5465 int num_bits_height, int *width, int *height) { in av1_read_frame_size()
/external/libaom/libaom/av1/
Dav1_dx_iface.c318 int num_bits_height = aom_rb_read_literal(&rb, 4) + 1; in decoder_peek_si_internal() local
/external/libaom/libaom/av1/common/
Donyxc_int.h225 int num_bits_height; member
/external/libaom/libaom/av1/encoder/
Dbitstream.c2278 int num_bits_height = seq_params->num_bits_height; in write_frame_size() local