Searched refs:decode_block_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 Dvp8.c765 int decode_block_coeffs(VP56RangeCoder *c, DCTELEM block[16], function
788 nnz = decode_block_coeffs(c, s->block_dc, s->prob->token[1], 0, nnz_pred,
807 nnz = decode_block_coeffs(c, s->block[y][x], s->prob->token[luma_ctx], luma_start,
822 nnz = decode_block_coeffs(c, s->block[i][(y<<1)+x], s->prob->token[2], 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp8.c1353 int decode_block_coeffs(VP56RangeCoder *c, int16_t block[16], function
1381 nnz = decode_block_coeffs(c, td->block_dc, s->prob->token[1], 0,
1407 nnz = decode_block_coeffs(c, td->block[y][x],
1426 nnz = decode_block_coeffs(c, td->block[i][(y << 1) + x],

Completed in 39 milliseconds