H A D | vp9.c | 1088 ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl) in decode_sb() 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() 1114 uvoff += hbs * 8 * uv_stride >> s->ss_v; 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() 1120 uvoff += hbs * 8 * bytesperpixel >> s->ss_h; in decode_sb() 1121 ff_vp9_decode_block(td, row, col + hbs, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1124 decode_sb(td, row, col, lflvl, yoff, uvoff, b in decode_sb() 1087 decode_sb(VP9TileData *td, int row, int col, VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl) decode_sb() argument 1166 decode_sb_mem(VP9TileData *td, int row, int col, VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl) decode_sb_mem() argument 1267 ptrdiff_t yoff, uvoff, ls_y, ls_uv; decode_tiles() local 1398 ptrdiff_t uvoff, yoff, ls_y, ls_uv; decode_tiles_mt() local 1473 ptrdiff_t uvoff, yoff, ls_y, ls_uv; loopfilter_proc() local [all...] |