Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp9.c1088 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...]
H A Dvp9dec.h245 VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff,
249 int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff);
H A Dvp9lpf.c179 int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff) in ff_vp9_loopfilter_sb()
198 dst = f->data[1 + p] + uvoff; in ff_vp9_loopfilter_sb()
178 ff_vp9_loopfilter_sb(AVCodecContext *avctx, VP9Filter *lflvl, int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff) ff_vp9_loopfilter_sb() argument
H A Dvp9block.c1262 VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff, in ff_vp9_decode_block()
1381 td->dst[1] = f->data[1] + uvoff; in ff_vp9_decode_block()
1382 td->dst[2] = f->data[2] + uvoff; in ff_vp9_decode_block()
1387 ff_vp9_intra_recon_16bpp(td, yoff, uvoff); in ff_vp9_decode_block()
1389 ff_vp9_intra_recon_8bpp(td, yoff, uvoff); in ff_vp9_decode_block()
1421 s->dsp.mc[n][0][0][0][0](f->data[1] + uvoff + o * bytesperpixel, f->linesize[1], in ff_vp9_decode_block()
1423 s->dsp.mc[n][0][0][0][0](f->data[2] + uvoff + o * bytesperpixel, f->linesize[2], in ff_vp9_decode_block()
1261 ff_vp9_decode_block(VP9TileData *td, int row, int col, VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl, enum BlockPartition bp) ff_vp9_decode_block() argument
/third_party/ffmpeg/libavfilter/x86/
H A Dcolorspacedsp.asm390 %assign %%uvoff (1 << (%1 - 1))
489 psubw m4, [pw_ %+ %%uvoff]
490 psubw m5, [pw_ %+ %%uvoff]
493 psubw m2, [pw_ %+ %%uvoff]
494 psubw m3, [pw_ %+ %%uvoff]
738 mova [rsp+3*mmsize], m4 ; cburv, uvoff + rnd
740 mova [rsp+5*mmsize], m7 ; cbv, uvoff + rnd

Completed in 7 milliseconds