Searched refs:qtables (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpdec_jpeg.c | 38 uint8_t qtables[128][128]; member 192 static void create_default_qtables(uint8_t *qtables, uint8_t q) in create_default_qtables() argument 210 qtables[i] = val; in create_default_qtables() 220 const uint8_t *qtables = NULL; in jpeg_parse_packet() local 281 qtables = buf; in jpeg_parse_packet() 287 memcmp(qtables, &jpeg->qtables[q - 128][0], qtable_len))) { in jpeg_parse_packet() 291 memcpy(&jpeg->qtables[q - 128][0], qtables, in jpeg_parse_packet() 307 qtables = &jpeg->qtables[q - 128][0]; in jpeg_parse_packet() 316 qtables = new_qtables; in jpeg_parse_packet() 332 height, qtables, in jpeg_parse_packet()
|
D | rtpenc_jpeg.c | 31 const uint8_t *qtables[4] = { NULL }; in ff_rtp_send_jpeg() local 85 qtables[nb_qtables + j] = buf + i + 5 + j * 65; in ff_rtp_send_jpeg() 213 bytestream_put_buffer(&p, qtables[i], 64); in ff_rtp_send_jpeg()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpjpegdepay.c | 139 g_free (depay->qtables[i]); in gst_rtp_jpeg_depay_reset() 140 depay->qtables[i] = NULL; in gst_rtp_jpeg_depay_reset() 614 qtable = rtpjpegdepay->qtables[Q]; in gst_rtp_jpeg_depay_process() 651 qtable = rtpjpegdepay->qtables[Q]; in gst_rtp_jpeg_depay_process() 657 rtpjpegdepay->qtables[Q] = qtable; in gst_rtp_jpeg_depay_process()
|
D | gstrtpjpegdepay.h | 51 guint8 * qtables[255]; member
|
/third_party/libjpeg-turbo/ |
D | wizard.txt | 31 -qtables switch: 33 -qtables file Use the quantization tables given in the named file. 69 If the -qtables switch is used without -quality, then the specified tables 70 are used exactly as-is. If both -qtables and -quality are used, then the 85 provide a -qtables file that defines three quantization tables and say
|
D | change.log | 190 order. This allows the trace output to be made into a "-qtables" file
|
D | usage.txt | 147 customized) quantization tables can be set with the -qtables option and 243 -qtables file Use the quantization tables given in the specified
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | wizard.txt | 31 -qtables switch: 33 -qtables file Use the quantization tables given in the named file. 69 If the -qtables switch is used without -quality, then the specified tables 70 are used exactly as-is. If both -qtables and -quality are used, then the 85 provide a -qtables file that defines three quantization tables and say
|
D | usage.txt | 147 customized) quantization tables can be set with the -qtables option and 243 -qtables file Use the quantization tables given in the specified
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | wizard.txt | 31 -qtables switch: 33 -qtables file Use the quantization tables given in the named file. 69 If the -qtables switch is used without -quality, then the specified tables 70 are used exactly as-is. If both -qtables and -quality are used, then the 85 provide a -qtables file that defines three quantization tables and say
|
D | change.log | 211 order. This allows the trace output to be made into a "-qtables" file
|
D | usage.txt | 145 customized) quantization tables can be set with the -qtables option and 249 -qtables file Use the quantization tables given in the specified
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 13636 plugins/mpeg1/mpeg1encoder/qtables.h,
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 97116 Free the qtables.
|