Home | History | Annotate | Download | only in dec

Lines Matching refs:u_dst

60     uint8_t* const u_dst = dec->cache_u_ + 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);
224 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8;
226 Dither8x8(&dec->dithering_rg_, u_dst, uv_bps, data->dither_);
715 uint8_t* const u_dst = dec->yuv_b_ + U_OFF;
727 Copy32b(&u_dst[j * BPS - 4], &u_dst[j * BPS + 4]);
735 u_dst[j * BPS - 1] = 129;
740 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129;
752 memcpy(u_dst - BPS, top_yuv[0].u, 8);
758 memset(u_dst - BPS - 1, 127, 8 + 1);
796 VP8PredChroma8[pred_func](u_dst);
798 DoUVTransform(bits_uv >> 0, coeffs + 16 * 16, u_dst);
805 memcpy(top_yuv[0].u, u_dst + 7 * BPS, 8);
820 memcpy(u_out + j * dec->cache_uv_stride_, u_dst + j * BPS, 8);