Home
last modified time | relevance | path

Searched defs:y_size (Results 1 – 16 of 16) sorted by relevance

/external/libyuv/files/util/
Dyuvconvert.cc227 const int y_size = Abs(image_width) * Abs(image_height); in main() local
234 const int y_size = dst_width * dst_height; in main() local
Dpsnr_main.cc242 const int y_size, in UpdateMetrics()
355 const int y_size = image_width * image_height; in main() local
/external/tensorflow/tensorflow/core/kernels/
Dlistdiff_op.cc49 const size_t y_size = Ty.size(); in Compute() local
/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc142 int y_size = height * width; in CreateFakeYuvTestingImage() local
504 int y_size = kHeight * kWidth; in TEST_F() local
542 int y_size = kHeight * kWidth; in TEST_F() local
590 int y_size = kHeight * kWidth; in TEST_P() local
636 int y_size = kHeight * kWidth; in TEST_P() local
/external/libyuv/files/source/
Dconvert_to_i420.cc77 int y_size = crop_width * abs_crop_height; in ConvertToI420() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc71 int y_size = crop_width * abs_crop_height; in ConvertToI420() local
/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker.cc249 const int64 y_size = y_shapes[y_idx].num_elements(); in ComputeNumericJacobianTranspose() local
314 const int64 y_size = in InitJacobians() local
/external/webrtc/webrtc/test/
Dframe_generator_unittest.cc86 const int y_size = kFrameWidth * kFrameHeight; member in webrtc::test::FrameGeneratorTest
/external/webrtc/webrtc/modules/video_processing/
Ddeflickering.cc126 const uint32_t y_size = height * width; in ProcessFrame() local
/external/webp/src/enc/
Dpicture_enc.c98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_thunk.cc50 int64 y_size = 1; in MakeDescriptors() local
/external/webp/src/dec/
Dbuffer_dec.c56 const uint64_t y_size = MIN_BUFFER_SIZE(width, height, y_stride); in CheckDecBuffer() local
/external/webrtc/talk/media/base/
Dvideoframe.cc86 const size_t y_size = GetHeight() * GetYPitch(); in CopyToBuffer() local
/external/webp/include/webp/
Ddecode.h191 size_t y_size; // luma plane size member
/external/webp/src/webp/
Ddecode.h191 size_t y_size; // luma plane size member
/external/ImageMagick/coders/
Ddpx.c256 y_size; member