/external/libgav1/libgav1/src/dsp/x86/ |
D | warp_sse4.cc | 212 int source_width, int source_height, int ix4, int iy4, in WarpRegion1() argument 227 const int row = (iy4 + 7 <= 0) ? 0 : source_height - 1; in WarpRegion1() 287 int source_height, int alpha, int beta, int x4, int ix4, in WarpRegion3() argument 299 const int row = (iy4 + 7 <= 0) ? 0 : source_height - 1; in WarpRegion3() 355 int source_width, int source_height, in HandleWarpBlock() argument 434 if ((iy4 - 7 >= source_height - 1 || iy4 + 7 <= 0)) { in HandleWarpBlock() 437 source_height, ix4, iy4, dst_row, in HandleWarpBlock() 448 if ((iy4 - 7 >= source_height - 1 || iy4 + 7 <= 0)) { in HandleWarpBlock() 450 WarpRegion3<is_compound, DestType>(src, source_stride, source_height, alpha, in HandleWarpBlock() 464 int source_height, const int* warp_params, int subsampling_x, in Warp_SSE4_1() argument [all …]
|
/external/libaom/libaom/aom_scale/generic/ |
D | aom_scale.c | 237 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument 270 offset = (source_height - 1); in Scale2D() 333 if (source_height == dest_height) { in Scale2D() 389 if (source_height == dest_height) { in Scale2D() 401 if (dest_height > source_height) { in Scale2D() 403 source_band_height = dest_band_height * source_height / dest_height; in Scale2D() 420 if (k * source_band_height + i < source_height) { in Scale2D()
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 234 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument 268 offset = (source_height - 1); in Scale2D() 331 if (source_height == dest_height) { in Scale2D() 388 if (source_height == dest_height) { in Scale2D() 400 if (dest_height > source_height) { in Scale2D() 402 source_band_height = dest_band_height * source_height / dest_height; in Scale2D() 419 if (k * source_band_height + i < (int)source_height) { in Scale2D()
|
/external/webrtc/api/test/ |
D | create_peer_connection_quality_test_frame_generator.cc | 38 RTC_CHECK_EQ(screen_share_config.scrolling_params->source_height, in ValidateScreenShareConfig() 50 RTC_CHECK_GE(screen_share_config.scrolling_params->source_height, in ValidateScreenShareConfig() 102 screen_share_config.scrolling_params->source_height, video_config.width, in CreateScreenShareFrameGenerator()
|
D | peerconnection_quality_test_fixture.h | 84 size_t source_height) in ScrollingParams() 87 source_height(source_height) { in ScrollingParams() 96 size_t source_height; member
|
D | create_frame_generator.cc | 60 size_t source_height, in CreateScrollingInputFromYuvFilesFrameGenerator() argument 74 clock, files, source_width, source_height, target_width, target_height, in CreateScrollingInputFromYuvFilesFrameGenerator()
|
D | create_frame_generator.h | 61 size_t source_height,
|
/external/libgav1/libgav1/src/dsp/ |
D | warp.cc | 63 const int source_width, const int source_height, in Warp_C() argument 186 if (iy4 - 7 >= source_height - 1 || iy4 + 7 <= 0) { in Warp_C() 190 const int row = (iy4 + 7 <= 0) ? 0 : source_height - 1; in Warp_C() 272 if (iy4 - 7 >= source_height - 1 || iy4 + 7 <= 0) { in Warp_C() 275 const int row = (iy4 + 7 <= 0) ? 0 : source_height - 1; in Warp_C()
|
D | dsp.h | 649 int source_width, int source_height,
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | warp_neon.cc | 107 const int source_width, const int source_height, in Warp_NEON() argument 214 if (iy4 - 7 >= source_height - 1 || iy4 + 7 <= 0) { in Warp_NEON() 218 const int row = (iy4 + 7 <= 0) ? 0 : source_height - 1; in Warp_NEON() 337 if (iy4 - 7 >= source_height - 1 || iy4 + 7 <= 0) { in Warp_NEON() 340 const int row = (iy4 + 7 <= 0) ? 0 : source_height - 1; in Warp_NEON()
|
/external/webrtc/test/ |
D | frame_generator.cc | 275 size_t source_height, in ScrollingImageFrameGenerator() argument 291 file_generator_(files, source_width, source_height, 1) { in ScrollingImageFrameGenerator() 294 RTC_DCHECK_GE(source_height, target_height); in ScrollingImageFrameGenerator()
|
D | frame_generator.h | 128 size_t source_height,
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 1297 const int source_height = in BlockWarpProcess() local 1332 dsp_.warp_compound(source, source_stride, source_width, source_height, in BlockWarpProcess() 1352 dsp_.warp(source, source_stride, source_width, source_height, in BlockWarpProcess()
|
/external/freetype/ |
D | ChangeLog.23 | 3229 Add parameter `source_height' and use it for main loop.
|