Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/rkvdec/
Drkvdec-h264.c896 u32 hor_virstride = 0; in config_registers() local
909 hor_virstride = (sps->bit_depth_luma_minus8 + 8) * dst_fmt->width / 8; in config_registers()
911 y_virstride = hor_virstride * ver_virstride; in config_registers()
920 reg = RKVDEC_Y_HOR_VIRSTRIDE(hor_virstride / 16) | in config_registers()
921 RKVDEC_UV_HOR_VIRSTRIDE(hor_virstride / 16) | in config_registers()