Searched refs:ref_stride (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/media/platform/vicodec/ |
| D | codec-fwht.c | 835 u32 height, u32 width, const u8 *ref, u32 ref_stride, in decode_plane() argument 870 const u8 *refp = ref + j * 8 * ref_stride + in decode_plane() 878 ref_stride, ref_step); in decode_plane() 901 ref_stride, ref_step); in decode_plane() 912 unsigned int ref_stride, unsigned int ref_chroma_stride, in fwht_decode_frame() argument 920 if (!decode_plane(cf, &rlco, height, width, ref->luma, ref_stride, in fwht_decode_frame() 951 if (!decode_plane(cf, &rlco, height, width, ref->alpha, ref_stride, in fwht_decode_frame()
|
| D | codec-v4l2-fwht.h | 33 unsigned int ref_stride; member
|
| D | codec-v4l2-fwht.c | 308 unsigned int ref_chroma_stride = state->ref_stride; in v4l2_fwht_decode() 371 ref_size = state->ref_stride * state->coded_height; in v4l2_fwht_decode() 379 &state->ref_frame, state->ref_stride, ref_chroma_stride, in v4l2_fwht_decode()
|
| D | codec-fwht.h | 147 unsigned int ref_stride, unsigned int ref_chroma_stride,
|
| D | vicodec-core.c | 175 unsigned int ref_stride = state->ref_stride; in copy_cap_to_ref() local 186 ref_stride /= 2; in copy_cap_to_ref() 193 ref_stride *= 2; in copy_cap_to_ref() 197 memcpy(row_ref, row_cap, ref_stride); in copy_cap_to_ref() 198 row_ref += ref_stride; in copy_cap_to_ref() 202 p_ref += ref_stride * (state->coded_height / h_div); in copy_cap_to_ref() 1637 state->ref_stride = state->stride; in vicodec_start_streaming() 1640 state->ref_stride = q_data->coded_width * info->luma_alpha_step; in vicodec_start_streaming()
|