Searched refs:feature_data (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_parser2_syntax.c | 48 seg->feature_data[i][0] = s->segmentation.feat[i].q_val; in vp9d_fill_segmentation() 49 seg->feature_data[i][1] = s->segmentation.feat[i].lf_val; in vp9d_fill_segmentation() 50 seg->feature_data[i][2] = s->segmentation.feat[i].ref_val; in vp9d_fill_segmentation() 51 seg->feature_data[i][3] = s->segmentation.feat[i].skip_enabled; in vp9d_fill_segmentation() 57 mpp_log("seg->feature_data[%d][0] = 0x%x", i, seg->feature_data[i][0]); in vp9d_fill_segmentation() 59 mpp_log("seg->feature_data[%d][1] = 0x%x", i, seg->feature_data[i][0]); in vp9d_fill_segmentation() 61 mpp_log("seg->feature_data[%d][2] = 0x%x", i, seg->feature_data[i][0]); in vp9d_fill_segmentation() 63 mpp_log("seg->feature_data[%d][3] = 0x%x", i, seg->feature_data[i][0]); in vp9d_fill_segmentation()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/xilinx/ |
| H A D | zynqmp.c | 161 struct pm_api_feature_data *feature_data; in zynqmp_pm_feature() local 167 hash_for_each_possible(pm_api_features_map, feature_data, hentry, in zynqmp_pm_feature() 169 if (feature_data->pm_api_id == api_id) in zynqmp_pm_feature() 170 return feature_data->feature_status; in zynqmp_pm_feature() 174 feature_data = kmalloc(sizeof(*feature_data), GFP_KERNEL); in zynqmp_pm_feature() 175 if (!feature_data) in zynqmp_pm_feature() 178 feature_data->pm_api_id = api_id; in zynqmp_pm_feature() 188 feature_data->feature_status = ret; in zynqmp_pm_feature() 189 hash_add(pm_api_features_map, &feature_data->hentry, api_id); in zynqmp_pm_feature() 1282 struct pm_api_feature_data *feature_data; in zynqmp_firmware_remove() local [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_rkv.c | 424 …7_vp9_segid_grp[i].sw_vp9segid_frame_qp_delta = hw_ctx->ls_info.feature_data[i][0]; in hal_vp9d_rkv_gen_regs() 426 …7_vp9_segid_grp[i].sw_vp9segid_frame_loopfilter_value = hw_ctx->ls_info.feature_data[i][1]; in hal_vp9d_rkv_gen_regs() 428 …7_vp9_segid_grp[i].sw_vp9segid_referinfo = hw_ctx->ls_info.feature_data[i][2]; in hal_vp9d_rkv_gen_regs() 494 hw_ctx->ls_info.feature_data[i][0] = pic_param->stVP9Segments.feature_data[i][0]; in hal_vp9d_rkv_gen_regs() 495 hw_ctx->ls_info.feature_data[i][1] = pic_param->stVP9Segments.feature_data[i][1]; in hal_vp9d_rkv_gen_regs() 496 hw_ctx->ls_info.feature_data[i][2] = pic_param->stVP9Segments.feature_data[i][2]; in hal_vp9d_rkv_gen_regs() 497 hw_ctx->ls_info.feature_data[i][3] = pic_param->stVP9Segments.feature_data[i][3]; in hal_vp9d_rkv_gen_regs()
|
| H A D | hal_vp9d_vdpu382.c | 753 …_regs->vp9d_param.reg67_74[i].segid_frame_qp_delta = hw_ctx->ls_info.feature_data[i][0]; in hal_vp9d_vdpu382_gen_regs() 755 …_regs->vp9d_param.reg67_74[i].segid_frame_loopfilter_value = hw_ctx->ls_info.feature_data[i][1]; in hal_vp9d_vdpu382_gen_regs() 757 …_regs->vp9d_param.reg67_74[i].segid_referinfo = hw_ctx->ls_info.feature_data[i][2]; in hal_vp9d_vdpu382_gen_regs() 825 hw_ctx->ls_info.feature_data[i][0] = pic_param->stVP9Segments.feature_data[i][0]; in hal_vp9d_vdpu382_gen_regs() 826 hw_ctx->ls_info.feature_data[i][1] = pic_param->stVP9Segments.feature_data[i][1]; in hal_vp9d_vdpu382_gen_regs() 827 hw_ctx->ls_info.feature_data[i][2] = pic_param->stVP9Segments.feature_data[i][2]; in hal_vp9d_vdpu382_gen_regs() 828 hw_ctx->ls_info.feature_data[i][3] = pic_param->stVP9Segments.feature_data[i][3]; in hal_vp9d_vdpu382_gen_regs()
|
| H A D | hal_vp9d_vdpu34x.c | 743 …_regs->vp9d_param.reg67_74[i].segid_frame_qp_delta = hw_ctx->ls_info.feature_data[i][0]; in hal_vp9d_vdpu34x_gen_regs() 745 …_regs->vp9d_param.reg67_74[i].segid_frame_loopfilter_value = hw_ctx->ls_info.feature_data[i][1]; in hal_vp9d_vdpu34x_gen_regs() 747 …_regs->vp9d_param.reg67_74[i].segid_referinfo = hw_ctx->ls_info.feature_data[i][2]; in hal_vp9d_vdpu34x_gen_regs() 808 hw_ctx->ls_info.feature_data[i][0] = pic_param->stVP9Segments.feature_data[i][0]; in hal_vp9d_vdpu34x_gen_regs() 809 hw_ctx->ls_info.feature_data[i][1] = pic_param->stVP9Segments.feature_data[i][1]; in hal_vp9d_vdpu34x_gen_regs() 810 hw_ctx->ls_info.feature_data[i][2] = pic_param->stVP9Segments.feature_data[i][2]; in hal_vp9d_vdpu34x_gen_regs() 811 hw_ctx->ls_info.feature_data[i][3] = pic_param->stVP9Segments.feature_data[i][3]; in hal_vp9d_vdpu34x_gen_regs()
|
| H A D | hal_vp9d_ctx.h | 35 RK_S16 feature_data[8][4]; member
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | vp9d_syntax.h | 59 SHORT feature_data[8][4]; member
|
| H A D | av1d_syntax.h | 163 INT feature_data[8][8]; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/ |
| H A D | codec_vp9.c | 392 s16 feature_data[MAX_SEGMENTS][SEG_LVL_MAX]; member 505 return seg->feature_data[segment_id][feature_id]; in get_segdata() 1334 vp9->seg_4lf.feature_data[i][SEG_LVL_ALT_LF] = in codec_vp9_process_lf()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser2_syntax.c | 220 pp->segmentation.feature_data[i][j] = frame_header->feature_value[i][j]; in av1d_fill_picparams()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/ |
| H A D | hal_av1d_vdpu.c | 1269 RK_S32 (*segdata)[SEG_AV1_LVL_MAX] = dxva->segmentation.feature_data; in vdpu_av1d_set_segmentation()
|