Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c592 infer(operating_point_idc[0], 0); in mpp_av1_sequence_header_obu()
618 fbs(12, operating_point_idc[i], 1, i); in mpp_av1_sequence_header_obu()
1907 RK_S32 op_pt_idc = seq->operating_point_idc[i]; in mpp_av1_uncompressed_header()
1910 if (seq->operating_point_idc[i] == 0 || in mpp_av1_uncompressed_header()
2809 ctx->operating_point_idc) { in mpp_av1_read_unit()
2811 (ctx->operating_point_idc >> ctx->temporal_id ) & 1; in mpp_av1_read_unit()
2813 (ctx->operating_point_idc >> (ctx->spatial_id + 8)) & 1; in mpp_av1_read_unit()
2837 ctx->operating_point_idc = sequence_header->operating_point_idc[ctx->operating_point]; in mpp_av1_read_unit()
3048 ctx->operating_point_idc = 0; in mpp_av1_flush()
H A Dav1d_parser.h101 RK_S32 operating_point_idc; member
H A Dav1d_parser.c609 if (s->operating_point_idc && in set_output_frame()
610 mpp_log2(s->operating_point_idc >> 8) > s->cur_frame.spatial_id) in set_output_frame()
931 s->operating_point_idc = s->sequence_header->operating_point_idc[s->operating_point]; in av1d_parser_frame()
H A Dav1d_cbs.h79 RK_U16 operating_point_idc[AV1_MAX_OPERATING_POINTS]; member