Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_vp.c262 const uint8_t *quant_matrix = intra ? dec->mpeg12_intra_matrix : in nv84_decoder_vp_mpeg12_mb() local
343 tmp = inverse_quantize(blocks[i], quant_matrix[i], mpeg1); in nv84_decoder_vp_mpeg12_mb()
355 tmp = inverse_quantize(blocks[i], quant_matrix[i], mpeg1); in nv84_decoder_vp_mpeg12_mb()
402 tmp = inverse_quantize(tmp, quant_matrix[i], mpeg1); in nv84_decoder_vp_mpeg12_mb()