HomeSort by relevance Sort by last modified time
    Searched refs:tmp_dst (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
quant.c 713 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))
772 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. local
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 buffe local
    [all...]
  /external/openssh/
sftp.c 596 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, filename)
    [all...]

Completed in 92 milliseconds