Searched refs:tmp_dst (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/enc/
H A Dquant.c713 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF; // scratch buffer local
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))
777 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. local
787 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_;
790 rd_tmp.D = VP8SSE4x4(src, tmp_dst);
792 tlambda ? MULT_8B(tlambda, VP8TDisto4x4(src, tmp_dst, kWeightY))
801 SwapPtr(&tmp_dst, &best_block);
834 uint8_t* const tmp_dst local
[all...]
/external/openssh/
H A Dsftp.c596 char *tmp_dst = NULL; local
605 tmp_dst = xstrdup(dst);
606 tmp_dst = make_absolute(tmp_dst, pwd);
618 if (tmp_dst != NULL)
619 dst_is_dir = remote_is_dir(conn, tmp_dst);
622 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) {
624 "\"%s\" is not a directory", tmp_dst);
644 if (g.gl_matchc == 1 && tmp_dst) {
647 abs_dst = path_append(tmp_dst, filenam
[all...]

Completed in 61 milliseconds