Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_mjpeg.c81 memcpy(&context->desc.mjpeg.huffman_table.table[i].dc_values, in vlVaHandleHuffmanTableBufferType()
82 mjpeg->huffman_table[i].dc_values, 12); in vlVaHandleHuffmanTableBufferType()
168 memcpy((p + size), &context->desc.mjpeg.huffman_table.table[i].dc_values, num); in vlVaGetJpegSliceHeader()
/third_party/ffmpeg/libavcodec/
Dvaapi_encode_mjpeg.c204 av_assert0(k <= sizeof(huff->huffman_table[t].dc_values)); in vaapi_encode_mjpeg_write_extra_buffer()
206 huff->huffman_table[t].dc_values[i] = ht->V[i]; in vaapi_encode_mjpeg_write_extra_buffer()
Dvaapi_mjpeg.c89 huff.huffman_table[i].dc_values[j] = s->raw_huffman_values[0][i][j]; in vaapi_mjpeg_decode_slice()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h677 uint8_t dc_values[12]; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c706 memcpy((buf + size), &pic->huffman_table.table[i].dc_values, 12); in get_mjpeg_slice_header()