Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c882 unsigned int rows_log2; in vdec_vp9_slice_setup_tile() local
894 rows_log2 = hdr->tile_rows_log2; in vdec_vp9_slice_setup_tile()
896 rows = 1 << rows_log2; in vdec_vp9_slice_setup_tile()
909 start = vdec_vp9_slice_tile_offset(i, mi_rows, rows_log2); in vdec_vp9_slice_setup_tile()
910 end = vdec_vp9_slice_tile_offset(i + 1, mi_rows, rows_log2); in vdec_vp9_slice_setup_tile()
1071 unsigned int rows_log2; in vdec_vp9_slice_setup_tile_buffer() local
1089 rows_log2 = uh->tile_rows_log2; in vdec_vp9_slice_setup_tile_buffer()
1091 rows = 1 << rows_log2; in vdec_vp9_slice_setup_tile_buffer()