Searched defs:buffer_height (Results 1 – 11 of 11) sorted by relevance
38 JDIMENSION buffer_height; member78 JDIMENSION buffer_height; member
43 unsigned buffer_height; member
47 unsigned buffer_height; member
451 unsigned buffer_width, unsigned buffer_height, in vl_zscan_init()
483 unsigned buffer_width, unsigned buffer_height, in vl_mc_init()
746 unsigned buffer_width, unsigned buffer_height, in vl_idct_init()
741 const int buffer_height = (2 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; in vp9_scale_and_extend_frame_neon() local782 const int buffer_height = (4 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; in vp9_scale_and_extend_frame_neon() local805 const int buffer_height = (4 * dst_h / 3 + SUBPEL_TAPS - 1 + 7) & ~7; in vp9_scale_and_extend_frame_neon() local
787 const int buffer_height = (2 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; in vp9_scale_and_extend_frame_ssse3() local829 const int buffer_height = (4 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; in vp9_scale_and_extend_frame_ssse3() local855 const int buffer_height = (4 * dst_h / 3 + SUBPEL_TAPS - 1 + 7) & ~7; in vp9_scale_and_extend_frame_ssse3() local
2820 uint32_t buffer_width, buffer_height; in copy_buffer_to_image_cpu() local
4928 …VkDeviceSize buffer_height = (0 == pRegions[i].bufferImageHeight ? copy_extent.height : pRegions[i… in ValidateBufferBounds() local