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

  /hardware/qcom/display/libhwcomposer/
hwc_copybit.cpp 420 copybit_image_t tmp_dst; local
422 tmp_dst.w = tmp_w;
423 tmp_dst.h = tmp_h;
424 tmp_dst.format = tmpHnd->format;
425 tmp_dst.handle = tmpHnd;
426 tmp_dst.horiz_padding = src.horiz_padding;
427 tmp_dst.vert_padding = src.vert_padding;
430 tmp_rect.r = tmp_dst.w;
431 tmp_rect.b = tmp_dst.h;
439 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect
    [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...]
  /external/webp/src/enc/
quant.c 779 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF; // scratch buffer local
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. local
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 buffe local
    [all...]

Completed in 148 milliseconds