Searched refs:qtables (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_jpeg.c36 uint8_t qtables[128][128]; member in struct:PayloadContext
199 static void create_default_qtables(uint8_t *qtables, uint8_t q) argument
216 qtables[i] = val;
226 const uint8_t *qtables = NULL; local
283 qtables = buf;
289 memcmp(qtables, &jpeg->qtables[q - 128][0], qtable_len))) {
293 memcpy(&jpeg->qtables[q - 128][0], qtables,
309 qtables
[all...]
H A Drtpenc_jpeg.c30 const uint8_t *qtables = NULL; local
77 qtables = &buf[i + 4];
128 bytestream_put_buffer(&p, &qtables[65 * i + 1], 64);

Completed in 62 milliseconds