HomeSort by relevance Sort by last modified time
    Searched full:tmp_v (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_neon.c 38 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/
yuv.c 192 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local
195 v[i] = tmp_v;
199 v[i] = (v[i] + tmp_v + 1) >> 1;
208 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local
211 v[i] = tmp_v;
214 v[i] = (v[i] + tmp_v + 1) >> 1;
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_i420.cc 50 uint8* tmp_v = v; local
327 tmp_v, tmp_v_stride,
  /external/opencv3/3rdparty/libwebp/dec/
io.c 114 const uint8_t* top_v = p->tmp_v;
147 memcpy(p->tmp_v, cur_v, uv_w * sizeof(*p->tmp_v));
569 p->tmp_v = p->tmp_u + uv_width;
webpi.h 33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
vp8l.c 488 const int tmp_v = VP8RGBToV(r, g, b); local
491 v[i] = (v[i] + tmp_v + 1) >> 1;
504 const int tmp_v = VP8RGBToV(r, g, b); local
506 v[i] = (v[i] + tmp_v + 1) >> 1;
    [all...]
  /external/webp/src/dec/
io.c 71 const uint8_t* top_v = p->tmp_v;
104 memcpy(p->tmp_v, cur_v, uv_w * sizeof(*p->tmp_v));
550 p->tmp_v = p->tmp_u + uv_width;
webpi.h 36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
  /external/libyuv/files/source/
convert.cc 1748 uint8* tmp_v = v; local
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 6393 IRTemp tmp_v = findShadowTmpV(&mce, tmp_o); local
    [all...]

Completed in 154 milliseconds