Home
last modified time | relevance | path

Searched refs:decode_sb_mem (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9.c1166 static void decode_sb_mem(VP9TileData *td, int row, int col, VP9Filter *lflvl, in decode_sb_mem() function
1191 decode_sb_mem(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1194 decode_sb_mem(td, row, col + hbs, lflvl, yoff + 8 * hbs * bytesperpixel, in decode_sb_mem()
1198 decode_sb_mem(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1199 decode_sb_mem(td, row + hbs, col + hbs, lflvl, in decode_sb_mem()
1205 decode_sb_mem(td, row, col + hbs, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1210 decode_sb_mem(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1340 decode_sb_mem(td, row, col, lflvl_ptr, in decode_tiles()

Completed in 4 milliseconds