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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbink.c593 static int read_dct_coeffs(GetBitContext *gb, int32_t block[64], const uint8_t *scan, function
860 read_dct_coeffs(gb, dctblock, bink_scan, binkb_intra_quant, qp);
893 read_dct_coeffs(gb, dctblock, bink_scan, binkb_inter_quant, qp);
1036 read_dct_coeffs(gb, dctblock, bink_scan, bink_intra_quant, -1);
1119 read_dct_coeffs(gb, dctblock, bink_scan, bink_intra_quant, -1);
1133 read_dct_coeffs(gb, dctblock, bink_scan, bink_inter_quant, -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbink.c604 static int read_dct_coeffs(GetBitContext *gb, int32_t block[64], const uint8_t *scan, function
875 read_dct_coeffs(gb, dctblock, bink_scan, (const int32_t (*)[64])binkb_intra_quant, qp);
908 read_dct_coeffs(gb, dctblock, bink_scan, (const int32_t (*)[64])binkb_inter_quant, qp);
1051 read_dct_coeffs(gb, dctblock, bink_scan, bink_intra_quant, -1);
1134 read_dct_coeffs(gb, dctblock, bink_scan, bink_intra_quant, -1);
1153 read_dct_coeffs(gb, dctblock, bink_scan, bink_inter_quant, -1);

Completed in 112 milliseconds