Home
last modified time | relevance | path

Searched refs:source_height (Results 1 – 14 of 14) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dwarp_sse4.cc212 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/
Daom_scale.c237 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/
Dvpx_scale.c234 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/
Dcreate_peer_connection_quality_test_frame_generator.cc38 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()
Dpeerconnection_quality_test_fixture.h84 size_t source_height) in ScrollingParams()
87 source_height(source_height) { in ScrollingParams()
96 size_t source_height; member
Dcreate_frame_generator.cc60 size_t source_height, in CreateScrollingInputFromYuvFilesFrameGenerator() argument
74 clock, files, source_width, source_height, target_width, target_height, in CreateScrollingInputFromYuvFilesFrameGenerator()
Dcreate_frame_generator.h61 size_t source_height,
/external/libgav1/libgav1/src/dsp/
Dwarp.cc63 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()
Ddsp.h649 int source_width, int source_height,
/external/libgav1/libgav1/src/dsp/arm/
Dwarp_neon.cc107 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/
Dframe_generator.cc275 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()
Dframe_generator.h128 size_t source_height,
/external/libgav1/libgav1/src/tile/
Dprediction.cc1297 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/
DChangeLog.233229 Add parameter `source_height' and use it for main loop.