Searched refs:ff_vp9_decode_block (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9.c | 1103 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1109 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1112 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1115 ff_vp9_decode_block(td, row + hbs, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1118 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1121 ff_vp9_decode_block(td, row, col + hbs, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1146 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1157 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1178 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, b->bl, b->bp); in decode_sb_mem() 1180 ff_vp9_decode_block(t in decode_sb_mem() [all...] |
H A D | vp9dec.h | 244 void ff_vp9_decode_block(VP9TileData *td, int row, int col,
|
H A D | vp9block.c | 1261 void ff_vp9_decode_block(VP9TileData *td, int row, int col, in ff_vp9_decode_block() function
|
Completed in 6 milliseconds