Searched refs:tmp_u (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/sdk/android/src/jni/ |
D | nv12_buffer.cc | 67 uint8_t* tmp_u = tmp_buffer.data(); in JNI_NV12Buffer_CropAndScale() local 68 uint8_t* tmp_v = tmp_u + crop_chroma_height * tmp_stride_u; in JNI_NV12Buffer_CropAndScale() 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 | 141 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local 144 u[i] = tmp_u; in WebPConvertARGBToUV_C() 148 u[i] = (u[i] + tmp_u + 1) >> 1; in WebPConvertARGBToUV_C() 157 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local 160 u[i] = tmp_u; in WebPConvertARGBToUV_C() 163 u[i] = (u[i] + tmp_u + 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 | 65 const uint8_t* top_u = p->tmp_u; in EmitFancyRGB() 98 memcpy(p->tmp_u, cur_u, uv_w * sizeof(*p->tmp_u)); in EmitFancyRGB() 582 p->tmp_u = p->tmp_y + io->mb_w; in CustomSetup() 583 p->tmp_v = p->tmp_u + uv_width; in CustomSetup()
|
/external/libyuv/files/source/ |
D | convert_to_i420.cc | 57 uint8_t* tmp_u = dst_u; in ConvertToI420() local 264 dst_stride_v, tmp_y, tmp_y_stride, tmp_u, tmp_u_stride, in ConvertToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_i420.cc | 57 uint8_t* tmp_u = dst_u; in ConvertToI420() local 264 dst_stride_v, tmp_y, tmp_y_stride, tmp_u, tmp_u_stride, in ConvertToI420()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_to_i420.cc | 49 uint8* tmp_u = u; in ConvertToI420() local 326 tmp_u, tmp_u_stride, in ConvertToI420()
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linalg_impl.py | 221 tmp_u = ( 224 matrix_u = math_ops.matmul(matrix, tmp_u)
|