Searched refs:decode_block_coeffs_internal (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp8.c | 1336 int decode_block_coeffs_internal(VP56RangeCoder *r, int16_t block[16], in decode_block_coeffs_internal() function 1425 return decode_block_coeffs_internal(r, block, probs, i, in vp7_decode_block_coeffs_internal() 1436 return decode_block_coeffs_internal(r, block, probs, i, in vp8_decode_block_coeffs_internal()
|