Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
Dcodec-v4l2-fwht.h36 u16 i_frame_qp; member
Dcodec-fwht.h112 u16 i_frame_qp; member
Dcodec-v4l2-fwht.c236 cf.i_frame_qp = state->i_frame_qp; in v4l2_fwht_encode()
Dcodec-fwht.c712 cf->i_frame_qp); in encode_plane()
Dvicodec-core.c1797 ctx->state.i_frame_qp = ctrl->val; in vicodec_s_ctrl()
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
Dallegro-core.c919 int i_frame_qp = v4l2_ctrl_g_ctrl(channel->mpeg_video_h264_i_frame_qp); in fill_create_channel_param() local
979 param->initial_qp = i_frame_qp; in fill_create_channel_param()
982 param->ip_delta = get_qp_delta(i_frame_qp, p_frame_qp); in fill_create_channel_param()