Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/rkvdec/
H A Drkvdec-h264.c899 u32 hor_virstride = 0; in config_registers() local
912 hor_virstride = (sps->bit_depth_luma_minus8 + 8) * dst_fmt->width / 8; in config_registers()
914 y_virstride = hor_virstride * ver_virstride; in config_registers()
923 reg = RKVDEC_Y_HOR_VIRSTRIDE(hor_virstride / 16) | in config_registers()
924 RKVDEC_UV_HOR_VIRSTRIDE(hor_virstride / 16) | in config_registers()