Searched refs:step1d (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9recon.c | 225 int w4 = ff_vp9_bwh_tab[1][b->bs][0] << 1, step1d = 1 << b->tx, n; in intra_recon() local 235 for (n = 0, y = 0; y < end_y; y += step1d) { in intra_recon() 237 for (x = 0; x < end_x; x += step1d, ptr += 4 * step1d * bytesperpixel, in intra_recon() 238 ptr_r += 4 * step1d * bytesperpixel, n += step) { in intra_recon() 254 dst_r += 4 * step1d * s->s.frames[CUR_FRAME].tf.f->linesize[0]; in intra_recon() 255 dst += 4 * step1d * td->y_stride; in intra_recon() 603 int w4 = ff_vp9_bwh_tab[1][b->bs][0] << 1, step1d = 1 << b->tx, n; in inter_recon() local 612 for (n = 0, y = 0; y < end_y; y += step1d) { in inter_recon() 614 for (x = 0; x < end_x; x += step1d, in inter_recon() 615 ptr += 4 * step1d * bytesperpixel, n += step) { in inter_recon() [all …]
|
D | vp9block.c | 1213 int l2 = tx + ss_h - 1, step1d; in mask_edges() local 1233 step1d = 1 << l2; in mask_edges() 1235 for (y = row_and_7; y < h + row_and_7 - 1; y += step1d) in mask_edges() 1240 for (y = row_and_7; y < h + row_and_7; y += step1d) in mask_edges()
|