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

/external/webp/src/dec/
H A Dwebpi.h31 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
H A Dio.c112 const uint8_t* top_v = p->tmp_v;
145 memcpy(p->tmp_v, cur_v, uv_w * sizeof(*p->tmp_v));
567 p->tmp_v = p->tmp_u + uv_width;
H A Dvp8l.c486 const int tmp_v = VP8RGBToV(r, g, b); local
489 v[i] = (v[i] + tmp_v + 1) >> 1;
502 const int tmp_v = VP8RGBToV(r, g, b); local
504 v[i] = (v[i] + tmp_v + 1) >> 1;
/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.c5428 IRTemp tmp_v = findShadowTmpV(&mce, tmp_o); local
5429 IRType ty_v = typeOfIRTemp(sb_out->tyenv, tmp_v);
5430 assign( 'V', &mce, tmp_v, definedOfType( ty_v ) );

Completed in 66 milliseconds