Searched refs:operating_point_idc (Results 1 – 11 of 11) sorted by relevance
79 int operating_point_idc; member
915 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()
812 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()
86 uint16_t operating_point_idc[AV1_MAX_OPERATING_POINTS]; member440 int operating_point_idc; member
203 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()
624 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()
192 uint16_t operating_point_idc[32]; member
169 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()
1739 guint32 operating_point_idc; /* OperatingPointIdc */ member
881 && 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()
1231 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()