Searched defs:tmp_v (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dwebpi.h33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
H A Dvp8l.c511 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local
514 v[i] = (v[i] + tmp_v + 1) >> 1;
527 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local
529 v[i] = (v[i] + tmp_v + 1) >> 1;
/external/webp/src/dec/
H A Dwebpi.h33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
H A Dvp8l.c511 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local
514 v[i] = (v[i] + tmp_v + 1) >> 1;
527 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local
529 v[i] = (v[i] + tmp_v + 1) >> 1;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_to_i420.cc51 uint8* tmp_v = v; local
371 tmp_v, tmp_v_stride,
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_to_i420.cc51 uint8* tmp_v = v; local
371 tmp_v, tmp_v_stride,
/external/libyuv/files/source/
H A Dconvert.cc1748 uint8* tmp_v = v; local
2069 tmp_v, tmp_v_stride,
/external/valgrind/main/memcheck/
H A Dmc_translate.c6104 IRTemp tmp_v = findShadowTmpV(&mce, tmp_o); local
6105 IRType ty_v = typeOfIRTemp(sb_out->tyenv, tmp_v);
6106 assign( 'V', &mce, tmp_v, definedOfType( ty_v ) );

Completed in 810 milliseconds