Home
last modified time | relevance | path

Searched refs:width_padded (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/
H A Dsh_css_mipi.c108 unsigned int width_padded = width; in ia_css_mipi_frame_calculate_size() local
115 width_padded += (2 * ISP_VEC_NELEMS); in ia_css_mipi_frame_calculate_size()
119 width_padded, height, format, hasSOLandEOL, embedded_data_size_words); in ia_css_mipi_frame_calculate_size()
176 odd_line_bytes = (width_padded * bits_per_pixel + 7) >> 3; /* ceil ( bits per line / 8) */ in ia_css_mipi_frame_calculate_size()
183 even_line_bytes = (width_padded * 2 * bits_per_pixel + 7) >> in ia_css_mipi_frame_calculate_size()
285 unsigned int width_padded; in calculate_mipi_buff_size()
333 width_padded = width + (2 * ISP_VEC_NELEMS); in calculate_mipi_buff_size()
337 width_padded, height, format); in calculate_mipi_buff_size()
345 odd_line_bytes = (width_padded * bits_per_pixel + 7) >> 3; /* ceil ( bits per line / 8) */ in calculate_mipi_buff_size()
351 even_line_bytes = (width_padded * 2 * bits_per_pixel + 7) >> in calculate_mipi_buff_size()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/atomisp/pci/
H A Dsh_css_mipi.c108 unsigned int width_padded = width; in ia_css_mipi_frame_calculate_size() local
115 width_padded += (2 * ISP_VEC_NELEMS); in ia_css_mipi_frame_calculate_size()
119 width_padded, height, format, hasSOLandEOL, embedded_data_size_words); in ia_css_mipi_frame_calculate_size()
176 odd_line_bytes = (width_padded * bits_per_pixel + 7) >> 3; /* ceil ( bits per line / 8) */ in ia_css_mipi_frame_calculate_size()
183 even_line_bytes = (width_padded * 2 * bits_per_pixel + 7) >> in ia_css_mipi_frame_calculate_size()
285 unsigned int width_padded; in calculate_mipi_buff_size()
333 width_padded = width + (2 * ISP_VEC_NELEMS); in calculate_mipi_buff_size()
337 width_padded, height, format); in calculate_mipi_buff_size()
345 odd_line_bytes = (width_padded * bits_per_pixel + 7) >> 3; /* ceil ( bits per line / 8) */ in calculate_mipi_buff_size()
351 even_line_bytes = (width_padded * 2 * bits_per_pixel + 7) >> in calculate_mipi_buff_size()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/atomisp/pci/
H A Dsh_css_mipi.c108 unsigned int width_padded = width; in ia_css_mipi_frame_calculate_size() local
115 width_padded += (2 * ISP_VEC_NELEMS); in ia_css_mipi_frame_calculate_size()
119 width_padded, height, format, hasSOLandEOL, embedded_data_size_words); in ia_css_mipi_frame_calculate_size()
176 odd_line_bytes = (width_padded * bits_per_pixel + 7) >> 3; /* ceil ( bits per line / 8) */ in ia_css_mipi_frame_calculate_size()
183 even_line_bytes = (width_padded * 2 * bits_per_pixel + 7) >> in ia_css_mipi_frame_calculate_size()
285 unsigned int width_padded; in calculate_mipi_buff_size()
333 width_padded = width + (2 * ISP_VEC_NELEMS); in calculate_mipi_buff_size()
337 width_padded, height, format); in calculate_mipi_buff_size()
345 odd_line_bytes = (width_padded * bits_per_pixel + 7) >> 3; /* ceil ( bits per line / 8) */ in calculate_mipi_buff_size()
351 even_line_bytes = (width_padded * 2 * bits_per_pixel + 7) >> in calculate_mipi_buff_size()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevwts.c50 int width_padded; member
249 int width_padded = wch[plane_ix].width_padded; in wts_halftone_line_8() local
288 int width_padded; in wts_load_halftone() local
305 width_padded = wts->cell_width + 7; in wts_load_halftone()
306 wch->width_padded = width_padded; in wts_load_halftone()
316 byte *dstline = cooked_cell + y * width_padded; in wts_load_halftone()
318 for (x = 0; x < width_padded; x++) { in wts_load_halftone()
634 int width_padded, imax; in wtsimdi_fill_rectangle() local
660 width_padded = wch[plane_ix].width_padded; in wtsimdi_fill_rectangle()
736 int width_padded, imax; in wtsimdi_copy_mono() local
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevwts.c50 int width_padded; member
249 int width_padded = wch[plane_ix].width_padded; in wts_halftone_line_8() local
288 int width_padded; in wts_load_halftone() local
305 width_padded = wts->cell_width + 7; in wts_load_halftone()
306 wch->width_padded = width_padded; in wts_load_halftone()
316 byte *dstline = cooked_cell + y * width_padded; in wts_load_halftone()
318 for (x = 0; x < width_padded; x++) { in wts_load_halftone()
634 int width_padded, imax; in wtsimdi_fill_rectangle() local
660 width_padded = wch[plane_ix].width_padded; in wtsimdi_fill_rectangle()
736 int width_padded, imax; in wtsimdi_copy_mono() local
[all …]
/dports/multimedia/jmref/JM/lencod/src/
H A DloopFilter.c247 p_Vid->EdgeLoopLumaHor( PLANE_Y, imgY, Strength, MbQ, edge << 2, p_Vid->width_padded) ; in DeblockMb()
250 … p_Vid->EdgeLoopLumaHor(PLANE_U, imgUV[0], Strength, MbQ, edge << 2, p_Vid->width_padded); in DeblockMb()
251 … p_Vid->EdgeLoopLumaHor(PLANE_V, imgUV[1], Strength, MbQ, edge << 2, p_Vid->width_padded); in DeblockMb()
274 … p_Vid->EdgeLoopLumaHor( PLANE_Y, imgY, Strength, MbQ, MB_BLOCK_SIZE, p_Vid->width_padded) ; in DeblockMb()
277 … p_Vid->EdgeLoopLumaHor(PLANE_U, imgUV[0], Strength, MbQ, MB_BLOCK_SIZE, p_Vid->width_padded) ; in DeblockMb()
278 … p_Vid->EdgeLoopLumaHor(PLANE_V, imgUV[1], Strength, MbQ, MB_BLOCK_SIZE, p_Vid->width_padded) ; in DeblockMb()
H A Dlencod.c1231 p_Vid->width_padded = p_Vid->width + 2 * IMG_PAD_SIZE_X; in init_img()
2452 cps->width_padded = cps->width + 2 * IMG_PAD_SIZE_X; in gen_enc_par()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen9_skl/codec/cmrt_kernel/
H A DCMRTKernel_I_8x8Mode.cpp109 uint32_t width, height, width_padded, height_padded, threadSpaceWidth, threadSpaceHeight; in CreateAndDispatchKernel() local
114 width_padded = ((width + 16) >> 5) << 5; in CreateAndDispatchKernel()
119 threadSpaceWidth = width_padded >> 5; in CreateAndDispatchKernel()
124 threadSpaceWidth = width_padded >> 6; in CreateAndDispatchKernel()
H A DCMRTKernel_I_32x32.cpp109 uint32_t width, height, width_padded, height_padded, threadSpaceWidth, threadSpaceHeight; in CreateAndDispatchKernel() local
114 width_padded = ((width + 16) >> 5) << 5; in CreateAndDispatchKernel()
117 threadSpaceWidth = width_padded >> 5; in CreateAndDispatchKernel()
H A DCMRTKernel_PB_8x8Pak.cpp104 uint32_t width, height, width_padded, height_padded, threadSpaceWidth, threadSpaceHeight; in CreateAndDispatchKernel() local
109 width_padded = ((width + 16) >> 5) << 5; in CreateAndDispatchKernel()
112 threadSpaceWidth = width_padded >> 5; in CreateAndDispatchKernel()
H A DCMRTKernel_I_16x16Mode.cpp109 uint32_t width, height, width_padded, height_padded, threadSpaceWidth, threadSpaceHeight; in CreateAndDispatchKernel() local
114 width_padded = ((width + 16) >> 5) << 5; in CreateAndDispatchKernel()
117 threadSpaceWidth = width_padded >> 5; in CreateAndDispatchKernel()
H A DCMRTKernel_PB_8x8MbEnc.cpp139 …uint32_t width, height, width_padded, height_padded, threadSpaceWidth, threadSpaceHeight, colorCou… in CreateAndDispatchKernel() local
146 width_padded = ((width + 16) >> 5) << 5; in CreateAndDispatchKernel()
156 threadSpaceWidth = width_padded >> 4; in CreateAndDispatchKernel()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen9_skl/codec/cmrt_kernel/
H A DCMRTKernel_I_8x8Mode.cpp109 uint32_t width, height, width_padded, height_padded, threadSpaceWidth, threadSpaceHeight; in CreateAndDispatchKernel() local
114 width_padded = ((width + 16) >> 5) << 5; in CreateAndDispatchKernel()
119 threadSpaceWidth = width_padded >> 5; in CreateAndDispatchKernel()
124 threadSpaceWidth = width_padded >> 6; in CreateAndDispatchKernel()
H A DCMRTKernel_I_32x32.cpp109 uint32_t width, height, width_padded, height_padded, threadSpaceWidth, threadSpaceHeight; in CreateAndDispatchKernel() local
114 width_padded = ((width + 16) >> 5) << 5; in CreateAndDispatchKernel()
117 threadSpaceWidth = width_padded >> 5; in CreateAndDispatchKernel()
H A DCMRTKernel_PB_8x8Pak.cpp104 uint32_t width, height, width_padded, height_padded, threadSpaceWidth, threadSpaceHeight; in CreateAndDispatchKernel() local
109 width_padded = ((width + 16) >> 5) << 5; in CreateAndDispatchKernel()
112 threadSpaceWidth = width_padded >> 5; in CreateAndDispatchKernel()
H A DCMRTKernel_I_16x16Mode.cpp109 uint32_t width, height, width_padded, height_padded, threadSpaceWidth, threadSpaceHeight; in CreateAndDispatchKernel() local
114 width_padded = ((width + 16) >> 5) << 5; in CreateAndDispatchKernel()
117 threadSpaceWidth = width_padded >> 5; in CreateAndDispatchKernel()
H A DCMRTKernel_PB_8x8MbEnc.cpp139 …uint32_t width, height, width_padded, height_padded, threadSpaceWidth, threadSpaceHeight, colorCou… in CreateAndDispatchKernel() local
146 width_padded = ((width + 16) >> 5) << 5; in CreateAndDispatchKernel()
156 threadSpaceWidth = width_padded >> 4; in CreateAndDispatchKernel()
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/tests/
H A Dconftest.py752 width_padded = geom.width
753 while width_padded % 4 != 0:
754 width_padded += 1
755 … rgbvals = [colorDict[p] for idx, p in enumerate(raw.data) if idx % width_padded < geom.width]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/imgref-1.4.3/src/
H A Dlib.rs61 fn width_padded(&self) -> usize; in width_padded() method
178 fn width_padded(&self) -> usize { in width_padded() function
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/imgref-1.9.1/src/
H A Dlib.rs94 fn width_padded(&self) -> usize; in width_padded() method
217 fn width_padded(&self) -> usize { in width_padded() function
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/imgref-1.9.1/src/
H A Dlib.rs94 fn width_padded(&self) -> usize; in width_padded() method
217 fn width_padded(&self) -> usize { in width_padded() function
/dports/multimedia/jmref/JM/lencod/inc/
H A Dglobal.h897 int width_padded; //!< Width in pels of padded picture member
1504 int width_padded; //!< Width in pels of padded picture member