Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c1907 RK_S32 op_pt_idc = seq->operating_point_idc[i]; in mpp_av1_uncompressed_header() local
1908 RK_S32 in_temporal_layer = (op_pt_idc >> ctx->temporal_id ) & 1; in mpp_av1_uncompressed_header()
1909 RK_S32 in_spatial_layer = (op_pt_idc >> (ctx->spatial_id + 8)) & 1; in mpp_av1_uncompressed_header()