Searched refs:spatial_id (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser.c | 566 f->spatial_id = f->temporal_id = 0; in av1d_frame_unref() 613 mpp_log2(s->operating_point_idc >> 8) > s->cur_frame.spatial_id) in set_output_frame() 635 dst->spatial_id = src->spatial_id; in av1d_frame_ref() 1049 s->cur_frame.spatial_id = header->spatial_id; in av1d_parser_frame() 1223 RK_S32 *temporal_id, RK_S32 *spatial_id) in parse_obu_header() argument 1242 mpp_read_bits(&gb, 2, spatial_id); in parse_obu_header() 1245 *temporal_id = *spatial_id = 0; in parse_obu_header() 1268 RK_S32 start_pos, type, temporal_id, spatial_id; in av1_extract_obu() local 1272 &type, &temporal_id, &spatial_id); in av1_extract_obu() 1278 obu->spatial_id = spatial_id; in av1_extract_obu() [all …]
|
| H A D | av1d_parser.h | 73 RK_S32 spatial_id; member 104 RK_S32 spatial_id; member
|
| H A D | av1d_codec.h | 55 int spatial_id; member
|
| H A D | av1d_cbs.h | 30 RK_U8 spatial_id; member
|
| H A D | av1d_cbs.c | 424 fb(2, spatial_id); in mpp_av1_read_obu_header() 428 infer(spatial_id, 0); in mpp_av1_read_obu_header() 432 ctx->spatial_id = current->spatial_id; in mpp_av1_read_obu_header() 1926 RK_S32 in_spatial_layer = (op_pt_idc >> (ctx->spatial_id + 8)) & 1; in mpp_av1_uncompressed_header() 2868 (ctx->operating_point_idc >> (ctx->spatial_id + 8)) & 1; in mpp_av1_read_unit()
|