Searched refs:operating_point_idc (Results 1 – 5 of 5) sorted by relevance
105 RK_S32 operating_point_idc; member
595 infer(operating_point_idc[0], 0); in mpp_av1_sequence_header_obu()621 fbs(12, operating_point_idc[i], 1, i); in mpp_av1_sequence_header_obu()1924 RK_S32 op_pt_idc = seq->operating_point_idc[i]; in mpp_av1_uncompressed_header()1927 if (seq->operating_point_idc[i] == 0 || in mpp_av1_uncompressed_header()2864 ctx->operating_point_idc) { in mpp_av1_read_unit()2866 (ctx->operating_point_idc >> ctx->temporal_id ) & 1; in mpp_av1_read_unit()2868 (ctx->operating_point_idc >> (ctx->spatial_id + 8)) & 1; in mpp_av1_read_unit()2892 ctx->operating_point_idc = sequence_header->operating_point_idc[ctx->operating_point]; in mpp_av1_read_unit()3103 ctx->operating_point_idc = 0; in mpp_av1_flush()
59 pp->coding.current_operating_point = seq->operating_point_idc[h->operating_point_idc]; in av1d_fill_picparams()
612 if (s->operating_point_idc && in set_output_frame()613 mpp_log2(s->operating_point_idc >> 8) > s->cur_frame.spatial_id) in set_output_frame()992 s->operating_point_idc = s->sequence_header->operating_point_idc[s->operating_point]; in av1d_parser_frame()
79 RK_U16 operating_point_idc[AV1_MAX_OPERATING_POINTS]; member