Home | History | Annotate | Download | only in enc

Lines Matching refs:tmp_dst

779     uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF;  // scratch buffer
783 nz = ReconstructIntra16(it, &rd16, tmp_dst, mode);
786 rd16.D = VP8SSE16x16(src, tmp_dst);
787 rd16.SD = tlambda ? MULT_8B(tlambda, VP8TDisto16x16(src, tmp_dst, kWeightY))
843 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer.
853 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_;
856 rd_tmp.D = VP8SSE4x4(src, tmp_dst);
858 tlambda ? MULT_8B(tlambda, VP8TDisto4x4(src, tmp_dst, kWeightY))
867 SwapPtr(&tmp_dst, &best_block);
900 uint8_t* const tmp_dst = it->yuv_out2_ + U_OFF; // scratch buffer
911 rd_uv.nz = ReconstructUV(it, &rd_uv, tmp_dst, mode);
914 rd_uv.D = VP8SSE16x8(src, tmp_dst);
924 memcpy(dst0, tmp_dst, UV_SIZE); // TODO: SwapUVOut() ?