Lines Matching refs:yoff
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()
1117 yoff += hbs * 8 * y_stride; 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()
1123 yoff += hbs * 8 * bytesperpixel; 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()
1130 yoff + 8 * hbs * bytesperpixel, in decode_sb()
1132 yoff += hbs * 8 * y_stride; in decode_sb()
1134 decode_sb(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1136 yoff + 8 * hbs * bytesperpixel, in decode_sb()
1144 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1146 yoff + 8 * hbs * bytesperpixel, 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()
1156 yoff += hbs * 8 * y_stride; 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()
1186 yoff += hbs * 8 * y_stride; in decode_sb_mem()
1188 ff_vp9_decode_block(td, row + hbs, col, lflvl, yoff, uvoff, b->bl, b->bp); in decode_sb_mem()
1190 yoff += hbs * 8 * bytesperpixel; 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()
1198 decode_sb_mem(td, row, col + hbs, lflvl, yoff + 8 * hbs * bytesperpixel, in decode_sb_mem()
1200 yoff += hbs * 8 * y_stride; in decode_sb_mem()
1202 decode_sb_mem(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1204 yoff + 8 * hbs * bytesperpixel, in decode_sb_mem()
1207 yoff += hbs * 8 * bytesperpixel; in decode_sb_mem()
1209 decode_sb_mem(td, row, col + hbs, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1212 yoff += hbs * 8 * y_stride; 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()
1360 f->data[0] + yoff + 63 * ls_y, in decode_tiles()
1372 yoff2 = yoff; in decode_tiles()
1399 ptrdiff_t uvoff, yoff, ls_y, ls_uv; in decode_tiles_mt() local
1414 yoff = (64 * bytesperpixel)*(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()
1454 f->data[0] + yoff + 63 * ls_y, in decode_tiles_mt()
1474 ptrdiff_t uvoff, yoff, ls_y, ls_uv; in loopfilter_proc() local
1487 yoff = (ls_y * 64)*i; in loopfilter_proc()
1491 col += 8, yoff += 64 * bytesperpixel, in loopfilter_proc()
1494 yoff, uvoff); in loopfilter_proc()