Home | History | Annotate | Download | only in dec

Lines Matching refs:v_dst

61     uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8;
65 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
69 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
73 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
77 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
225 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8;
227 Dither8x8(&dec->dithering_rg_, v_dst, uv_bps, data->dither_);
716 uint8_t* const v_dst = dec->yuv_b_ + V_OFF;
728 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4]);
736 v_dst[j * BPS - 1] = 129;
740 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129;
753 memcpy(v_dst - BPS, top_yuv[0].v, 8);
759 memset(v_dst - BPS - 1, 127, 8 + 1);
797 VP8PredChroma8[pred_func](v_dst);
799 DoUVTransform(bits_uv >> 8, coeffs + 20 * 16, v_dst);
806 memcpy(top_yuv[0].v, v_dst + 7 * BPS, 8);
821 memcpy(v_out + j * dec->cache_uv_stride_, v_dst + j * BPS, 8);