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