Home
last modified time | relevance | path

Searched refs:max_frame_width (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io.cc86 int max_frame_width = 0; in Decode() local
92 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()
/external/libaom/libaom/av1/
Dav1_dx_iface.c319 int max_frame_width = aom_rb_read_literal(&rb, num_bits_width) + 1; in decoder_peek_si_internal() local
321 si->w = max_frame_width; in decoder_peek_si_internal()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2409 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() local
4544 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()
/external/libaom/libaom/av1/encoder/
Dbitstream.c2575 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()
Dencoder.c1051 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()
/external/libaom/libaom/av1/common/
Donyxc_int.h226 int max_frame_width; member