• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching defs:uvoff

2919                      struct VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff,
3009 s->dst[1] = f->data[1] + uvoff;
3010 s->dst[2] = f->data[2] + uvoff;
3014 intra_recon(ctx, yoff, uvoff);
3040 s->dsp.mc[n][0][0][0][0](f->data[1] + uvoff + o, f->linesize[1],
3042 s->dsp.mc[n][0][0][0][0](f->data[2] + uvoff + o, f->linesize[2],
3090 ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl)
3104 decode_b(ctx, row, col, lflvl, yoff, uvoff, bl, bp);
3110 decode_b(ctx, row, col, lflvl, yoff, uvoff, bl, bp);
3113 decode_b(ctx, row, col, lflvl, yoff, uvoff, bl, bp);
3115 uvoff += hbs * 4 * uv_stride;
3116 decode_b(ctx, row + hbs, col, lflvl, yoff, uvoff, bl, bp);
3119 decode_b(ctx, row, col, lflvl, yoff, uvoff, bl, bp);
3121 uvoff += hbs * 4;
3122 decode_b(ctx, row, col + hbs, lflvl, yoff, uvoff, bl, bp);
3125 decode_sb(ctx, row, col, lflvl, yoff, uvoff, bl + 1);
3127 yoff + 8 * hbs, uvoff + 4 * hbs, bl + 1);
3129 uvoff += hbs * 4 * uv_stride;
3130 decode_sb(ctx, row + hbs, col, lflvl, yoff, uvoff, bl + 1);
3132 yoff + 8 * hbs, uvoff + 4 * hbs, bl + 1);
3139 decode_sb(ctx, row, col, lflvl, yoff, uvoff, bl + 1);
3141 yoff + 8 * hbs, uvoff + 4 * hbs, bl + 1);
3144 decode_b(ctx, row, col, lflvl, yoff, uvoff, bl, bp);
3149 decode_sb(ctx, row, col, lflvl, yoff, uvoff, bl + 1);
3151 uvoff += hbs * 4 * uv_stride;
3152 decode_sb(ctx, row + hbs, col, lflvl, yoff, uvoff, bl + 1);
3155 decode_b(ctx, row, col, lflvl, yoff, uvoff, bl, bp);
3159 decode_sb(ctx, row, col, lflvl, yoff, uvoff, bl + 1);
3165 ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl)
3175 decode_b(ctx, row, col, lflvl, yoff, uvoff, b->bl, b->bp);
3177 decode_b(ctx, row, col, lflvl, yoff, uvoff, b->bl, b->bp);
3180 uvoff += hbs * 4 * uv_stride;
3181 decode_b(ctx, row + hbs, col, lflvl, yoff, uvoff, b->bl, b->bp);
3184 uvoff += hbs * 4;
3185 decode_b(ctx, row, col + hbs, lflvl, yoff, uvoff, b->bl, b->bp);
3188 decode_sb_mem(ctx, row, col, lflvl, yoff, uvoff, bl + 1);
3192 uvoff + 4 * hbs, bl + 1);
3194 uvoff += hbs * 4 * uv_stride;
3195 decode_sb_mem(ctx, row + hbs, col, lflvl, yoff, uvoff, bl + 1);
3197 yoff + 8 * hbs, uvoff + 4 * hbs, bl + 1);
3200 uvoff += hbs * 4;
3201 decode_sb_mem(ctx, row, col + hbs, lflvl, yoff, uvoff, bl + 1);
3205 uvoff += hbs * 4 * uv_stride;
3206 decode_sb_mem(ctx, row + hbs, col, lflvl, yoff, uvoff, bl + 1);
3212 int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff)
3358 dst = f->data[1 + p] + uvoff;
3403 dst = f->data[1 + p] + uvoff;
3736 ptrdiff_t yoff, uvoff, ls_y, ls_uv;
3819 yoff = uvoff = 0;
3858 row += 8, yoff += ls_y * 64, uvoff += ls_uv * 32) {
3860 ptrdiff_t yoff2 = yoff, uvoff2 = uvoff;
3914 f->data[1] + uvoff + 31 * ls_uv,
3917 f->data[2] + uvoff + 31 * ls_uv,
3924 uvoff2 = uvoff;