HomeSort by relevance Sort by last modified time
    Searched refs:max_frame_width (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/lib/gif/
gif_io.cc 86 int max_frame_width = 0; local
92 if (max_frame_width < si->ImageDesc.Width)
93 max_frame_width = si->ImageDesc.Width;
97 const int width = max_frame_width;
  /external/libaom/libaom/av1/
av1_dx_iface.c 319 int max_frame_width = aom_rb_read_literal(&rb, num_bits_width) + 1; local
321 si->w = max_frame_width;
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 4539 const int max_frame_width = aom_rb_read_literal(rb, num_bits_width) + 1; local
    [all...]
  /external/libaom/libaom/av1/common/
onyxc_int.h 226 int max_frame_width; member in struct:SequenceHeader
    [all...]
  /external/libaom/libaom/av1/encoder/
bitstream.c     [all...]
encoder.c     [all...]

Completed in 144 milliseconds