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

/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core_neon.c38 uint32x2_t tmp_v;
39 tmp_v = vadd_u32(vget_low_u32(v), vget_high_u32(v));
40 tmp_v = vpadd_u32(tmp_v, tmp_v);
41 *(ptr) = vget_lane_u32(tmp_v, 0);
/external/webp/src/dsp/
H A Dyuv.c142 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local
145 v[i] = tmp_v;
149 v[i] = (v[i] + tmp_v + 1) >> 1;
158 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local
161 v[i] = tmp_v;
164 v[i] = (v[i] + tmp_v + 1) >> 1;
/external/webp/src/dec/
H A Dwebpi_dec.h36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
H A Dio_dec.c71 const uint8_t* top_v = p->tmp_v;
104 memcpy(p->tmp_v, cur_v, uv_w * sizeof(*p->tmp_v));
588 p->tmp_v = p->tmp_u + uv_width;
/external/libyuv/files/source/
H A Dconvert_to_i420.cc58 uint8* tmp_v = v; local
251 tmp_u, tmp_u_stride, tmp_v, tmp_v_stride, crop_width,
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_to_i420.cc51 uint8* tmp_v = v; local
325 tmp_v, tmp_v_stride,
/external/valgrind/memcheck/
H A Dmc_translate.c6488 IRTemp tmp_v = findShadowTmpV(&mce, tmp_o); local
6489 IRType ty_v = typeOfIRTemp(sb_out->tyenv, tmp_v);
6490 assign( 'V', &mce, tmp_v, definedOfType( ty_v ) );

Completed in 478 milliseconds