Searched refs:tvdc (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 Diff.c114 uint8_t tvdc[32]; ///< TVDC lookup table member in struct:__anon3507
516 if (data_size < sizeof(iff->tvdc))
518 res = avio_read(pb, iff->tvdc, sizeof(iff->tvdc));
686 bytestream_put_buffer(&buf, iff->tvdc, sizeof(iff->tvdc));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Diff.c59 int16_t tvdc[16]; ///< TVDC lookup table member in struct:__anon3160
236 s->tvdc[i] = bytestream_get_be16(&buf);
621 * @param[int] tvdc TVDC lookup table
623 static void decode_deep_tvdc32(uint8_t *dst, const uint8_t *src, int src_size, int width, int height, int linesize, const int16_t *tvdc) argument
631 int d = tvdc[GETNIBBLE];
862 decode_deep_tvdc32(s->frame->data[0], buf, buf_size, avctx->width, avctx->height, s->frame->linesize[0], s->tvdc);

Completed in 68 milliseconds