Searched refs:operating_point (Results 1 – 3 of 3) sorted by relevance
121 RK_S32 operating_point; member
2883 if (ctx->operating_point >= 0) { in mpp_av1_read_unit()2886 if (ctx->operating_point > sequence_header->operating_points_cnt_minus_1) { in mpp_av1_read_unit()2889 ctx->operating_point, sequence_header->operating_points_cnt_minus_1); in mpp_av1_read_unit()2892 ctx->operating_point_idc = sequence_header->operating_point_idc[ctx->operating_point]; in mpp_av1_read_unit()
992 s->operating_point_idc = s->sequence_header->operating_point_idc[s->operating_point]; in av1d_parser_frame()