Home
last modified time | relevance | path

Searched defs: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
772 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; // scratch buffer. in PickBestIntra4() local
827 uint8_t* const tmp_dst = it->yuv_out2_ + U_OFF; // scratch buffer in PickBestUV() local
/external/openssh/
Dsftp.c596 char *tmp_dst = NULL; in process_put() local