Searched refs:decode_sb_mem (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9.c | 1170 static void decode_sb_mem(VP9TileData *td, int row, int col, VP9Filter *lflvl, in decode_sb_mem() function 1195 decode_sb_mem(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem() 1198 decode_sb_mem(td, row, col + hbs, lflvl, yoff + 8 * hbs * bytesperpixel, in decode_sb_mem() 1202 decode_sb_mem(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem() 1203 decode_sb_mem(td, row + hbs, col + hbs, lflvl, in decode_sb_mem() 1209 decode_sb_mem(td, row, col + hbs, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem() 1214 decode_sb_mem(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem() 1341 decode_sb_mem(td, row, col, lflvl_ptr, in decode_tiles()
|