Home
last modified time | relevance | path

Searched defs:buffer_height (Results 1 – 11 of 11) 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.h43 unsigned buffer_height; member
Dvl_mc.h47 unsigned buffer_height; member
Dvl_idct.h43 unsigned buffer_height; member
Dvl_zscan.c451 unsigned buffer_width, unsigned buffer_height, in vl_zscan_init()
Dvl_mc.c483 unsigned buffer_width, unsigned buffer_height, in vl_mc_init()
Dvl_idct.c746 unsigned buffer_width, unsigned buffer_height, in vl_idct_init()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_frame_scale_neon.c741 const int buffer_height = (2 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; in vp9_scale_and_extend_frame_neon() local
782 const int buffer_height = (4 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; in vp9_scale_and_extend_frame_neon() local
805 const int buffer_height = (4 * dst_h / 3 + SUBPEL_TAPS - 1 + 7) & ~7; in vp9_scale_and_extend_frame_neon() local
/external/libvpx/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/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c2820 uint32_t buffer_width, buffer_height; in copy_buffer_to_image_cpu() local
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp4928 …VkDeviceSize buffer_height = (0 == pRegions[i].bufferImageHeight ? copy_extent.height : pRegions[i… in ValidateBufferBounds() local