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

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

Completed in 132 milliseconds