Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant.c713 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF; // scratch buffer in PickBestIntra16() local
717 nz = ReconstructIntra16(it, &rd16, tmp_dst, mode); in PickBestIntra16()
720 rd16.D = VP8SSE16x16(src, tmp_dst); in PickBestIntra16()
721 rd16.SD = tlambda ? MULT_8B(tlambda, VP8TDisto16x16(src, tmp_dst, kWeightY)) in PickBestIntra16()
777 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. in PickBestIntra4() local
787 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_; in PickBestIntra4()
790 rd_tmp.D = VP8SSE4x4(src, tmp_dst); in PickBestIntra4()
792 tlambda ? MULT_8B(tlambda, VP8TDisto4x4(src, tmp_dst, kWeightY)) in PickBestIntra4()
801 SwapPtr(&tmp_dst, &best_block); in PickBestIntra4()
834 uint8_t* const tmp_dst = it->yuv_out2_ + U_OFF; // scratch buffer in PickBestUV() local
[all …]
/external/openssh/
Dsftp.c596 char *tmp_dst = NULL; in process_put() local
605 tmp_dst = xstrdup(dst); in process_put()
606 tmp_dst = make_absolute(tmp_dst, pwd); in process_put()
618 if (tmp_dst != NULL) in process_put()
619 dst_is_dir = remote_is_dir(conn, tmp_dst); in process_put()
622 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) { in process_put()
624 "\"%s\" is not a directory", tmp_dst); in process_put()
644 if (g.gl_matchc == 1 && tmp_dst) { in process_put()
647 abs_dst = path_append(tmp_dst, filename); in process_put()
649 abs_dst = xstrdup(tmp_dst); in process_put()
[all …]