Home | History | Annotate | Download | only in dec

Lines Matching refs:y_dst

46   uint8_t* const y_dst = dec->cache_y_ + ctx->id_ * 16 * y_bps + mb_x * 16;
55 VP8SimpleHFilter16(y_dst, y_bps, limit + 4);
58 VP8SimpleHFilter16i(y_dst, y_bps, limit);
61 VP8SimpleVFilter16(y_dst, y_bps, limit + 4);
64 VP8SimpleVFilter16i(y_dst, y_bps, limit);
73 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
77 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
81 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
85 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
556 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF;
564 Copy32b(&y_dst[j * BPS - 4], &y_dst[j * BPS + 12]);
572 y_dst[j * BPS - 1] = 129;
580 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129;
592 memcpy(y_dst - BPS, top_y, 16);
598 memset(y_dst - BPS - 1, 127, 16 + 4 + 1);
606 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16);
620 uint8_t* const dst = y_dst + kScan[n];
630 VP8PredLuma16[pred_func](y_dst);
633 uint8_t* const dst = y_dst + kScan[n];
667 memcpy(top_y, y_dst + 15 * BPS, 16);
681 memcpy(y_out + j * dec->cache_y_stride_, y_dst + j * BPS, 16);