Home
last modified time | relevance | path

Searched defs:buffer_height (Results 1 – 15 of 15) sorted by relevance

/external/libjpeg-turbo/
Dcdjpeg.h38 JDIMENSION buffer_height; member
78 JDIMENSION buffer_height; member
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_zscan.h48 unsigned buffer_height; member
Dvl_mc.h47 unsigned buffer_height; member
Dvl_idct.h43 unsigned buffer_height; member
Dvl_zscan.c381 unsigned buffer_width, unsigned buffer_height, in vl_zscan_init()
Dvl_mc.c482 unsigned buffer_width, unsigned buffer_height, in vl_mc_init()
Dvl_idct.c753 unsigned buffer_width, unsigned buffer_height, in vl_idct_init()
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_frame_scale_neon.c742 const int buffer_height = (2 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; in vp9_scale_and_extend_frame_neon() local
783 const int buffer_height = (4 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; in vp9_scale_and_extend_frame_neon() local
806 const int buffer_height = (4 * dst_h / 3 + SUBPEL_TAPS - 1 + 7) & ~7; in vp9_scale_and_extend_frame_neon() local
/external/libvpx/vp9/encoder/x86/
Dvp9_frame_scale_ssse3.c787 const int buffer_height = (2 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; in vp9_scale_and_extend_frame_ssse3() local
829 const int buffer_height = (4 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; in vp9_scale_and_extend_frame_ssse3() local
855 const int buffer_height = (4 * dst_h / 3 + SUBPEL_TAPS - 1 + 7) & ~7; in vp9_scale_and_extend_frame_ssse3() local
/external/libaom/av1/common/arm/
Dresize_neon_i8mm.c248 const int buffer_height = (2 * dst_y_h + SUBPEL_TAPS - 2 + 7) & ~7; in av1_resize_and_extend_frame_neon_i8mm() local
264 const int buffer_height = (4 * dst_y_h + SUBPEL_TAPS - 2 + 7) & ~7; in av1_resize_and_extend_frame_neon_i8mm() local
Dresize_neon_dotprod.c276 const int buffer_height = (2 * dst_y_h + SUBPEL_TAPS - 2 + 7) & ~7; in av1_resize_and_extend_frame_neon_dotprod() local
292 const int buffer_height = (4 * dst_y_h + SUBPEL_TAPS - 2 + 7) & ~7; in av1_resize_and_extend_frame_neon_dotprod() local
Dresize_neon.c741 const int buffer_height = (2 * dst_y_h + SUBPEL_TAPS - 2 + 7) & ~7; in av1_resize_and_extend_frame_neon() local
769 const int buffer_height = (4 * dst_y_h + SUBPEL_TAPS - 2 + 7) & ~7; in av1_resize_and_extend_frame_neon() local
788 const int buffer_height = (4 * dst_y_h / 3 + SUBPEL_TAPS - 1 + 7) & ~7; in av1_resize_and_extend_frame_neon() local
/external/libaom/av1/common/x86/
Dresize_ssse3.c875 const int buffer_height = (2 * dst_y_h + SUBPEL_TAPS - 2 + 7) & ~7; in av1_resize_and_extend_frame_ssse3() local
905 const int buffer_height = (4 * dst_y_h + SUBPEL_TAPS - 2 + 7) & ~7; in av1_resize_and_extend_frame_ssse3() local
927 const int buffer_height = (4 * dst_y_h / 3 + SUBPEL_TAPS - 1 + 7) & ~7; in av1_resize_and_extend_frame_ssse3() local
/external/webrtc/common_video/
Dvideo_frame_unittest.cc361 const int buffer_height = 480; in TYPED_TEST_P() local
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp4928 …VkDeviceSize buffer_height = (0 == pRegions[i].bufferImageHeight ? copy_extent.height : pRegions[i… in ValidateBufferBounds() local