Home
last modified time | relevance | path

Searched defs:v_dst (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c79 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in ReconstructRow() local
231 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter() local
381 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow() local
A Dio_dec.c30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; in EmitYUV() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dfilter_enc.c92 uint8_t* const v_dst = it->yuv_out2_ + V_OFF_ENC; in DoFilter() local

Completed in 7 milliseconds