Searched refs:read_uncoded_coeff (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dstdec.c | 140 static void read_uncoded_coeff(GetBitContext *gb, int *dst, unsigned int elements, in read_uncoded_coeff() function 157 read_uncoded_coeff(gb, t->coeff[i], t->length[i], coeff_bits, is_signed, offset); in read_table() 163 read_uncoded_coeff(gb, t->coeff[i], method + 1, coeff_bits, is_signed, offset); in read_table()
|