HomeSort by relevance Sort by last modified time
    Searched defs:operating_point_idc (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/
av1_dx_iface.c 200 // Parses the operating points (including operating_point_idc, seq_level_idx,
202 // si->number_temporal_layers based on operating_point_idc[0].
227 int operating_point_idc; local
228 operating_point_idc = aom_rb_read_literal(rb, OP_POINTS_IDC_BITS);
229 if (i == 0) operating_point_idc0 = operating_point_idc;
    [all...]
  /external/libaom/libaom/av1/common/
onyxc_int.h 263 int operating_point_idc[MAX_NUM_OPERATING_POINTS]; member in struct:SequenceHeader
    [all...]

Completed in 56 milliseconds