Home | History | Annotate | Download | only in enc

Lines Matching refs:tmp_dst

713     uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF;  // scratch buffer
717 nz = ReconstructIntra16(it, &rd16, tmp_dst, mode);
720 rd16.D = VP8SSE16x16(src, tmp_dst);
721 rd16.SD = tlambda ? MULT_8B(tlambda, VP8TDisto16x16(src, tmp_dst, kWeightY))
772 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer.
782 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_;
785 rd_tmp.D = VP8SSE4x4(src, tmp_dst);
787 tlambda ? MULT_8B(tlambda, VP8TDisto4x4(src, tmp_dst, kWeightY))
796 SwapPtr(&tmp_dst, &best_block);
827 uint8_t* const tmp_dst = it->yuv_out2_ + U_OFF; // scratch buffer
838 rd_uv.nz = ReconstructUV(it, &rd_uv, tmp_dst, mode);
841 rd_uv.D = VP8SSE16x8(src, tmp_dst);
851 memcpy(dst0, tmp_dst, UV_SIZE); // TODO: SwapUVOut() ?