Lines Matching refs:uvoff
1092 ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl) in decode_sb() argument
1107 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1113 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1116 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1118 uvoff += hbs * 8 * uv_stride >> s->ss_v; in decode_sb()
1119 ff_vp9_decode_block(td, row + hbs, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1122 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1124 uvoff += hbs * 8 * bytesperpixel >> s->ss_h; in decode_sb()
1125 ff_vp9_decode_block(td, row, col + hbs, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1128 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1131 uvoff + (8 * hbs * bytesperpixel >> s->ss_h), bl + 1); in decode_sb()
1133 uvoff += hbs * 8 * uv_stride >> s->ss_v; in decode_sb()
1134 decode_sb(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1137 uvoff + (8 * hbs * bytesperpixel >> s->ss_h), bl + 1); in decode_sb()
1144 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1147 uvoff + (8 * hbs * bytesperpixel >> s->ss_h), bl + 1); in decode_sb()
1150 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1155 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1157 uvoff += hbs * 8 * uv_stride >> s->ss_v; in decode_sb()
1158 decode_sb(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1161 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1165 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1171 ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl) in decode_sb_mem() argument
1182 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, b->bl, b->bp); in decode_sb_mem()
1184 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, b->bl, b->bp); in decode_sb_mem()
1187 uvoff += hbs * 8 * uv_stride >> s->ss_v; in decode_sb_mem()
1188 ff_vp9_decode_block(td, row + hbs, col, lflvl, yoff, uvoff, b->bl, b->bp); in decode_sb_mem()
1191 uvoff += hbs * 8 * bytesperpixel >> s->ss_h; in decode_sb_mem()
1192 ff_vp9_decode_block(td, row, col + hbs, lflvl, yoff, uvoff, b->bl, b->bp); in decode_sb_mem()
1195 decode_sb_mem(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1199 uvoff + (8 * hbs * bytesperpixel >> s->ss_h), bl + 1); in decode_sb_mem()
1201 uvoff += hbs * 8 * uv_stride >> s->ss_v; in decode_sb_mem()
1202 decode_sb_mem(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1205 uvoff + (8 * hbs * bytesperpixel >> s->ss_h), bl + 1); in decode_sb_mem()
1208 uvoff += hbs * 8 * bytesperpixel >> s->ss_h; in decode_sb_mem()
1209 decode_sb_mem(td, row, col + hbs, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1213 uvoff += hbs * 8 * uv_stride >> s->ss_v; in decode_sb_mem()
1214 decode_sb_mem(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1268 ptrdiff_t yoff, uvoff, ls_y, ls_uv; in decode_tiles() local
1275 yoff = uvoff = 0; in decode_tiles()
1307 row += 8, yoff += ls_y * 64, uvoff += ls_uv * 64 >> s->ss_v) { in decode_tiles()
1309 ptrdiff_t yoff2 = yoff, uvoff2 = uvoff; in decode_tiles()
1363 f->data[1] + uvoff + ((64 >> s->ss_v) - 1) * ls_uv, in decode_tiles()
1366 f->data[2] + uvoff + ((64 >> s->ss_v) - 1) * ls_uv, in decode_tiles()
1373 uvoff2 = uvoff; in decode_tiles()
1399 ptrdiff_t uvoff, yoff, ls_y, ls_uv; in decode_tiles_mt() local
1413 uvoff = (64 * bytesperpixel >> s->ss_h)*(tile_col_start >> 3); in decode_tiles_mt()
1423 row += 8, yoff += ls_y * 64, uvoff += ls_uv * 64 >> s->ss_v) { in decode_tiles_mt()
1424 ptrdiff_t yoff2 = yoff, uvoff2 = uvoff; in decode_tiles_mt()
1457 f->data[1] + uvoff + ((64 >> s->ss_v) - 1) * ls_uv, in decode_tiles_mt()
1460 f->data[2] + uvoff + ((64 >> s->ss_v) - 1) * ls_uv, in decode_tiles_mt()
1474 ptrdiff_t uvoff, yoff, ls_y, ls_uv; in loopfilter_proc() local
1488 uvoff = (ls_uv * 64 >> s->ss_v)*i; in loopfilter_proc()
1492 uvoff += 64 * bytesperpixel >> s->ss_h, lflvl_ptr++) { in loopfilter_proc()
1494 yoff, uvoff); in loopfilter_proc()