Searched refs:decode_dct (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mss3.c | 504 static int decode_dct(RangeCoder *c, DCTBlockCoder *bc, int *block, in decode_dct() function 579 if (decode_dct(c, bc, block, bx + i, by + j)) { in decode_dct_block()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mpeg12_bitstream.c | 704 decode_dct(struct vl_mpg12_bs *bs, struct pipe_mpeg12_macroblock *mb, int scale) in decode_dct() function 951 decode_dct(bs, &mb, dct_scale); in decode_slice()
|
Completed in 4 milliseconds