Home
last modified time | relevance | path

Searched defs:u_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.c78 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in ReconstructRow() local
230 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter() local
380 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow() local
A Dio_dec.c29 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride; in EmitYUV() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dfilter_enc.c91 uint8_t* const u_dst = it->yuv_out2_ + U_OFF_ENC; in DoFilter() local

Completed in 12 milliseconds