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

/external/webp/src/enc/
H A Dquant_enc.c925 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC; // scratch buffer local
929 rd_cur->nz = ReconstructIntra16(it, rd_cur, tmp_dst, mode);
932 rd_cur->D = VP8SSE16x16(src, tmp_dst);
934 tlambda ? MULT_8B(tlambda, VP8TDisto16x16(src, tmp_dst, kWeightY)) : 0;
1002 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. local
1012 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_;
1015 rd_tmp.D = VP8SSE4x4(src, tmp_dst);
1017 tlambda ? MULT_8B(tlambda, VP8TDisto4x4(src, tmp_dst, kWeightY))
1039 SwapPtr(&tmp_dst, &best_block);
1076 uint8_t* tmp_dst local
1209 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC + VP8Scan[it->i4_]; local
[all...]
/external/openssh/
H A Dsftp.c675 char *tmp_dst = NULL; local
684 tmp_dst = xstrdup(dst);
685 tmp_dst = make_absolute(tmp_dst, pwd);
697 if (tmp_dst != NULL)
698 dst_is_dir = remote_is_dir(conn, tmp_dst);
701 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) {
703 "\"%s\" is not a directory", tmp_dst);
723 if (g.gl_matchc == 1 && tmp_dst) {
726 abs_dst = path_append(tmp_dst, filenam
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs_emit.c692 struct brw_reg tmp_src, tmp_dst; local
699 tmp_dst = get_tmp(c);
705 tmp_dst,
713 brw_MOV(p, dst, tmp_dst);
716 release_tmp(c, tmp_dst);
777 struct brw_reg tmp_src0, tmp_src1, tmp_dst; local
781 tmp_dst = get_tmp(c);
788 tmp_dst,
794 brw_MOV(p, dst, tmp_dst);
798 release_tmp(c, tmp_dst);
[all...]
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp555 dst_reg tmp_dst = dst_reg(tmp); local
559 inst = emit(ir, OPCODE_SCS, tmp_dst, src0);
2059 dst_reg tmp_dst = dst_reg(tmp_src); local
2064 tmp_dst.writemask = WRITEMASK_Z;
2065 emit(ir, OPCODE_MOV, tmp_dst, this->result);
2067 tmp_dst.writemask = WRITEMASK_XY;
2068 emit(ir, OPCODE_MOV, tmp_dst, coord);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp840 st_dst_reg tmp_dst = st_dst_reg(tmp); local
844 inst = emit(ir, TGSI_OPCODE_SCS, tmp_dst, src0);
2668 st_dst_reg tmp_dst = st_dst_reg(tmp_src); local
2673 tmp_dst.writemask = WRITEMASK_Z;
2674 emit(ir, TGSI_OPCODE_MOV, tmp_dst, this->result);
2676 tmp_dst.writemask = WRITEMASK_XY;
2677 emit(ir, TGSI_OPCODE_MOV, tmp_dst, coord);

Completed in 95 milliseconds