Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_mjpeg.c66 memcpy(&context->desc.mjpeg.quantization_table.quantiser_table, mjpeg->quantiser_table, 4 * 64); in vlVaHandleIQMatrixBufferMJPEG()
140 memcpy((p + size), &context->desc.mjpeg.quantization_table.quantiser_table[i], 64); in vlVaGetJpegSliceHeader()
/third_party/ffmpeg/libavcodec/
Dvaapi_mjpeg.c106 quant.quantiser_table[i][j] = s->quant_matrixes[i][j]; in vaapi_mjpeg_decode_slice()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h668 uint8_t quantiser_table[4][64]; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c683 memcpy((buf + size), &pic->quantization_table.quantiser_table[i], 64); in get_mjpeg_slice_header()