Home
last modified time | relevance | path

Searched refs:operating_point_idc (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dav1dec.h79 int operating_point_idc; member
Dcbs_av1.c915 priv->operating_point_idc) { in cbs_av1_read_unit()
917 (priv->operating_point_idc >> priv->temporal_id ) & 1; in cbs_av1_read_unit()
919 (priv->operating_point_idc >> (priv->spatial_id + 8)) & 1; in cbs_av1_read_unit()
943 … priv->operating_point_idc = sequence_header->operating_point_idc[priv->operating_point]; in cbs_av1_read_unit()
1257 priv->operating_point_idc = 0; in cbs_av1_flush()
Dav1dec.c812 if (s->operating_point_idc && in set_output_frame()
813 av_log2(s->operating_point_idc >> 8) > s->cur_frame.spatial_id) in set_output_frame()
930 s->operating_point_idc = s->raw_seq->operating_point_idc[s->operating_point]; in av1_decode_frame()
1102 s->operating_point_idc = 0; in av1_decode_flush()
Dcbs_av1.h86 uint16_t operating_point_idc[AV1_MAX_OPERATING_POINTS]; member
440 int operating_point_idc; member
Dcbs_av1_syntax_template.c203 infer(operating_point_idc[0], 0); in FUNC()
229 fbs(12, operating_point_idc[i], 1, i); in FUNC()
1474 int op_pt_idc = seq->operating_point_idc[i]; in FUNC()
1477 if (seq->operating_point_idc[i] == 0 || in FUNC()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstav1decoder.c624 if (priv->parser->state.operating_point_idc && in gst_av1_decoder_handle_frame()
626 _floor_log2 (priv->parser->state.operating_point_idc >> 8)) { in gst_av1_decoder_handle_frame()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h192 uint16_t operating_point_idc[32]; member
Dvid_dec_av1.c169 seq->operating_point_idc[0] = 0; in sequence_header_obu()
199 seq->operating_point_idc[i] = av1_f(vlc, 12); in sequence_header_obu()
1530 opPtIdc = seq->operating_point_idc[i]; in frame_header_obu()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h1739 guint32 operating_point_idc; /* OperatingPointIdc */ member
Dgstav1parser.c881 && parser->state.operating_point_idc && obu->header.obu_extention_flag) { in gst_av1_parser_identify_one_obu()
883 (parser->state.operating_point_idc >> obu->header.obu_temporal_id) & 1; in gst_av1_parser_identify_one_obu()
885 (parser->state.operating_point_idc >> (obu->header.obu_spatial_id + in gst_av1_parser_identify_one_obu()
1461 parser->state.operating_point_idc = seq_header->operating_points[0].idc; in gst_av1_parser_parse_sequence_header_obu()
1463 parser->state.operating_point_idc = in gst_av1_parser_parse_sequence_header_obu()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstav1parse.c1231 val = (self->parser->state.operating_point_idc >> 8) & 0x0f; in gst_av1_parse_handle_sequence_obu()
1262 self->parser->state.operating_point_idc == 0) { in gst_av1_parse_frame_start_new_temporal_unit()