Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_zscan.h97 vl_zscan_upload_quant(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer,
Dvl_mpeg12_decoder.c620 vl_zscan_upload_quant(zscan, &buf->zscan[i], intra_matrix, true); in vl_mpeg12_begin_frame()
621 vl_zscan_upload_quant(zscan, &buf->zscan[i], non_intra_matrix, false); in vl_mpeg12_begin_frame()
Dvl_zscan.c555 vl_zscan_upload_quant(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer, in vl_zscan_upload_quant() function