Searched refs:tmp_v (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_neon.c | 38 uint32x2_t tmp_v; in AddLanes() 39 tmp_v = vadd_u32(vget_low_u32(v), vget_high_u32(v)); in AddLanes() 40 tmp_v = vpadd_u32(tmp_v, tmp_v); in AddLanes() 41 *(ptr) = vget_lane_u32(tmp_v, 0); in AddLanes()
|
/external/webp/src/dsp/ |
D | yuv.c | 194 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local 197 v[i] = tmp_v; in WebPConvertARGBToUV_C() 201 v[i] = (v[i] + tmp_v + 1) >> 1; in WebPConvertARGBToUV_C() 210 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local 213 v[i] = tmp_v; in WebPConvertARGBToUV_C() 216 v[i] = (v[i] + tmp_v + 1) >> 1; in WebPConvertARGBToUV_C()
|
/external/webp/src/dec/ |
D | webpi_dec.h | 36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
|
D | io_dec.c | 71 const uint8_t* top_v = p->tmp_v; in EmitFancyRGB() 104 memcpy(p->tmp_v, cur_v, uv_w * sizeof(*p->tmp_v)); in EmitFancyRGB() 581 p->tmp_v = p->tmp_u + uv_width; in CustomSetup()
|
/external/libyuv/files/source/ |
D | convert_to_i420.cc | 58 uint8* tmp_v = v; in ConvertToI420() local 251 tmp_u, tmp_u_stride, tmp_v, tmp_v_stride, crop_width, in ConvertToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_i420.cc | 51 uint8* tmp_v = v; in ConvertToI420() local 325 tmp_v, tmp_v_stride, in ConvertToI420()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 6393 IRTemp tmp_v = findShadowTmpV(&mce, tmp_o); in MC_() local 6394 IRType ty_v = typeOfIRTemp(sb_out->tyenv, tmp_v); in MC_() 6395 assign( 'V', &mce, tmp_v, definedOfType( ty_v ) ); in MC_()
|