Searched refs:tmp_v (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_neon.cc | 28 uint32x2_t tmp_v; in AddLanes() 29 tmp_v = vadd_u32(vget_low_u32(v), vget_high_u32(v)); in AddLanes() 30 tmp_v = vpadd_u32(tmp_v, tmp_v); in AddLanes() 31 *(ptr) = vget_lane_u32(tmp_v, 0); in AddLanes()
|
/external/webrtc/sdk/android/src/jni/ |
D | nv12_buffer.cc | 68 uint8_t* tmp_v = tmp_u + crop_chroma_height * tmp_stride_u; in JNI_NV12Buffer_CropAndScale() local 70 libyuv::SplitUVPlane(src_uv, src_stride_uv, tmp_u, tmp_stride_u, tmp_v, in JNI_NV12Buffer_CropAndScale() 73 libyuv::I420Scale(src_y, src_stride_y, tmp_u, tmp_stride_u, tmp_v, in JNI_NV12Buffer_CropAndScale()
|
/external/webp/src/dsp/ |
D | yuv.c | 142 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local 145 v[i] = tmp_v; in WebPConvertARGBToUV_C() 149 v[i] = (v[i] + tmp_v + 1) >> 1; in WebPConvertARGBToUV_C() 158 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local 161 v[i] = tmp_v; in WebPConvertARGBToUV_C() 164 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 | 66 const uint8_t* top_v = p->tmp_v; in EmitFancyRGB() 99 memcpy(p->tmp_v, cur_v, uv_w * sizeof(*p->tmp_v)); in EmitFancyRGB() 583 p->tmp_v = p->tmp_u + uv_width; in CustomSetup()
|
/external/libyuv/files/source/ |
D | convert_to_i420.cc | 58 uint8_t* tmp_v = dst_v; in ConvertToI420() local 265 tmp_v, tmp_v_stride, crop_width, abs_crop_height, in ConvertToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_i420.cc | 58 uint8_t* tmp_v = dst_v; in ConvertToI420() local 265 tmp_v, tmp_v_stride, crop_width, abs_crop_height, in ConvertToI420()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_to_i420.cc | 50 uint8* tmp_v = v; in ConvertToI420() local 327 tmp_v, tmp_v_stride, in ConvertToI420()
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linalg_impl.py | 225 tmp_v = b[12] * matrix_6 + b[10] * matrix_4 + b[8] * matrix_2 227 math_ops.matmul(matrix_6, tmp_v) + b[6] * matrix_6 + b[4] * matrix_4 +
|