Searched refs:max_frame_width (Results 1 – 6 of 6) sorted by relevance
86 int max_frame_width = 0; in Decode() local92 if (max_frame_width < si->ImageDesc.Width) in Decode()93 max_frame_width = si->ImageDesc.Width; in Decode()97 const int width = max_frame_width; in Decode()
319 int max_frame_width = aom_rb_read_literal(&rb, num_bits_width) + 1; in decoder_peek_si_internal() local321 si->w = max_frame_width; in decoder_peek_si_internal()
2409 if (width > seq_params->max_frame_width || in setup_frame_size()2415 width = seq_params->max_frame_width; in setup_frame_size()4539 const int max_frame_width = aom_rb_read_literal(rb, num_bits_width) + 1; in av1_read_sequence_header() local4544 seq_params->max_frame_width = max_frame_width; in av1_read_sequence_header()5136 &buf->buf, seq_params->max_frame_width, in read_uncompressed_header()
2575 aom_wb_write_literal(wb, seq_params->max_frame_width - 1, in write_sequence_header()2867 assert(cm->superres_upscaled_width == seq_params->max_frame_width && in write_uncompressed_header_obu()2875 if (cm->superres_upscaled_width > seq_params->max_frame_width || in write_uncompressed_header_obu()2884 : (cm->superres_upscaled_width != seq_params->max_frame_width || in write_uncompressed_header_obu()
1051 seq->max_frame_width = in init_seq_coding_tools()1057 (seq->max_frame_width > 1) ? get_msb(seq->max_frame_width - 1) + 1 : 1; in init_seq_coding_tools()
226 int max_frame_width; member