Home
last modified time | relevance | path

Searched defs:bpp (Results 1 – 25 of 230) sorted by relevance

12345678910

/external/skia/src/codec/
DSkSwizzler.cpp31 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in copy()
40 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample1()
50 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2()
60 static void sample4(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample4()
70 static void sample6(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample6()
81 static void sample8(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample8()
101 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_grayscale()
126 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_n32()
149 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_565()
172 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_f16()
[all …]
/external/gmmlib/Source/GmmLib/ULT/
DGmmGen12dGPUResourceULT.cpp81 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
107 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
146 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
185 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
254 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
379 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
401 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
463 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
771 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
794 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
[all …]
DGmmGen12ResourceULT.cpp97 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
157 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
208 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
280 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
331 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
384 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
455 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
504 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
556 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
626 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
[all …]
DGmmGen9ResourceULT.cpp87 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
113 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
152 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
191 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
258 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
285 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
323 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
362 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
449 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
474 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
[all …]
DGmmResourceULT.cpp90 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
118 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
162 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
206 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
302 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
346 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
443 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
489 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
611 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
694 TEST_BPP bpp = static_cast<TEST_BPP>(i); in TEST_F() local
[all …]
DGmmGen12dGPUResourceULT.h34 #define DEFINE_TILE(xxx, bpp) … argument
DGmmGen12ResourceULT.h34 #define DEFINE_TILE(xxx, bpp) … argument
/external/libpng/powerpc/
Dfilter_vsx_intrinsics.c165 #define vsx_char_to_short(vec,offset,bpp) (vector unsigned short)vec_perm((vec),VSX_CHAR_ZERO,VSX_C… argument
166 #define vsx_short_to_char(vec,offset,bpp) vec_perm(((vector unsigned char)(vec)),VSX_CHAR_ZERO,VSX_… argument
177 png_byte bpp = 4; in png_read_filter_row_sub4_vsx() local
234 png_byte bpp = 3; in png_read_filter_row_sub3_vsx() local
298 png_byte bpp = 4; in png_read_filter_row_avg4_vsx() local
385 png_byte bpp = 3; in png_read_filter_row_avg3_vsx() local
485 #define vsx_paeth_process(rp,pp,a,b,c,pa,pb,pc,bpp) {\ argument
503 png_byte bpp = 4; in png_read_filter_row_paeth4_vsx() local
623 png_byte bpp = 3; in png_read_filter_row_paeth3_vsx() local
Dpowerpc_init.c55 png_init_filter_functions_vsx(png_structp pp, unsigned int bpp) in png_init_filter_functions_vsx()
/external/libultrahdr/tests/
Deditorhelper_test.cpp55 int bpp = 1; in writeFile() local
107 const int bpp = 2; in loadFile() local
120 int bpp = handle->fmt == UHDR_IMG_FMT_64bppRGBAHalfFloat ? 8 : 4; in loadFile() local
157 int bpp = handle->fmt == UHDR_IMG_FMT_64bppRGBAHalfFloat ? 8 : 4; in initImageHandle() local
175 int height, int bpp) { in compare_planes()
192 int bpp = 1; in compareImg() local
/external/igt-gpu-tools/lib/
Digt_vc4.c200 #define VC4_T_TILE_W(size, height, bpp) ((size) / (height) / ((bpp) / 8)) argument
202 static size_t igt_vc4_t_tiled_offset(size_t stride, size_t height, size_t bpp, in igt_vc4_t_tiled_offset()
281 size_t bpp = src->plane_bpp[plane]; in vc4_fb_convert_plane_to_t_tiled() local
312 size_t bpp = src->plane_bpp[plane]; in vc4_fb_convert_plane_from_t_tiled() local
340 size_t y, size_t bpp) in vc4_sand_tiled_offset()
364 size_t bpp = dst->plane_bpp[plane]; in vc4_fb_convert_plane_to_sand_tiled() local
420 size_t bpp = src->plane_bpp[plane]; in vc4_fb_convert_plane_from_sand_tiled() local
Digt_draw.c72 int bpp; member
198 int bpp) in linear_x_y_to_xtiled_pos()
210 int bpp) in linear_x_y_to_ytiled_pos()
228 int swizzle, int bpp, int *x, int *y) in xtiled_pos_to_x_y_linear()
239 int swizzle, int bpp, int *x, int *y) in ytiled_pos_to_x_y_linear()
254 static void set_pixel(void *_ptr, int index, uint32_t color, int bpp) in set_pixel()
297 struct rect *rect, uint32_t color, int bpp) in draw_rect_ptr_linear()
310 int bpp) in draw_rect_ptr_tiled()
649 int rect_w, int rect_h, uint32_t color, int bpp) in igt_draw_rect()
/external/pdfium/core/fpdfapi/render/
Dcpdf_type3cache.cpp46 bool IsScanLineBpp(int bpp, const uint8_t* pBuf, int width) { in IsScanLineBpp()
57 const int bpp = pBitmap->GetBPP(); in DetectFirstScan() local
68 const int bpp = pBitmap->GetBPP(); in DetectLastScan() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_test_dma.c26 struct pipe_resource *templ, int bpp) in alloc_cpu_texture()
71 struct cpu_texture *cpu, int bpp) in compare_textures()
100 static enum pipe_format get_format_from_bpp(int bpp) in get_format_from_bpp()
191 unsigned bpp, max_width, max_height, max_depth, j, num; in r600_test_dma() local
/external/libultrahdr/examples/
Dultrahdr_app.cpp187 const size_t bpp = 2; in loadFile() local
193 const size_t bpp = 4; in loadFile() local
197 const size_t bpp = 8; in loadFile() local
228 const size_t bpp = img->fmt == UHDR_IMG_FMT_64bppRGBAHalfFloat ? 8 : 4; in writeFile() local
238 const size_t bpp = (int)img->fmt == UHDR_IMG_FMT_48bppYCbCr444 ? 2 : 1; in writeFile() local
446 const size_t bpp = 2; in fillP010ImageHandle() local
482 const size_t bpp = 4; in fillRGBA1010102ImageHandle() local
499 const size_t bpp = 8; in fillRGBAF16ImageHandle() local
516 const size_t bpp = 4; in fillRGBA8888ImageHandle() local
871 size_t bpp = (output->fmt == UHDR_IMG_FMT_64bppRGBAHalfFloat) ? 8 : 4; in decode() local
[all …]
/external/mesa3d/src/amd/addrlib/src/r800/
Degbaddrlib.cpp73 UINT_32 bpp = pIn->bpp; in DispatchComputeSurfaceInfo() local
647 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceAlignmentsLinear()
703 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceAlignmentsMicroTiled()
750 UINT_32 bpp, ///< [in] bits per pixel in HwlReduceBankWidthHeight()
854 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceAlignmentsMacroTiled()
1064 UINT_32 bpp, ///< [in] bits per pixels in ComputeSurfaceMipLevelTileMode()
1299 UINT_32 bpp = pIn->bpp; in DispatchComputeSurfaceAddrFromCoord() local
1570 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceAddrFromCoordMacroTiled()
1845 UINT_32 bpp, ///< [in] bits per pixel in ComputeSurfaceAddrFromCoordMicroTiled()
1966 UINT_32 bpp, ///< [in] bits per pixel in HwlComputePixelCoordFromOffset()
[all …]
Dciaddrlib.cpp579 UINT_32 bpp, ///< Bits per pixel in HwlSetupTileCfg()
800 UINT_32 bpp = QLog2(numFrags); in HwlComputeFmaskInfo() local
1233 UINT_32 bpp, ///< [in] Bits per pixel in HwlSetupTileInfo()
1796 UINT_32 bpp, ///< [in] Bit per pixel in HwlComputeMacroModeIndex()
1894 UINT_32 bpp, ///< [in] bits per pixel in HwlComputeTileDataWidthAndHeightLinear()
2054 UINT_32 bpp, ///< [in] bits per pixel in HwlComputeSurfaceAlignmentsMacroTiled()
2088 UINT_32 bpp, ///< [in] bits per pixel in HwlPadDimensions()
2289 UINT_32 bpp, ///< [in] Bits per pixel in CheckTcCompatibility()
/external/libpng/intel/
Dintel_init.c20 png_init_filter_functions_sse2(png_structp pp, unsigned int bpp) in png_init_filter_functions_sse2()
/external/mesa3d/src/amd/common/
Dac_surface_meta_address_test.c157 const uint16_t *equation, unsigned bpp, in gfx10_dcc_addr_from_coord()
178 unsigned depth, unsigned samples, unsigned bpp, in one_dcc_address_test()
348 for (unsigned bpp = min_bpp; bpp <= max_bpp; bpp *= 2) { in run_dcc_address_test() local
404 unsigned bpp, unsigned swizzle_mode, in one_htile_address_test()
516 for (unsigned bpp = 16; bpp <= 32; bpp *= 2) { in run_htile_address_test() local
536 const uint16_t *equation, unsigned bpp, in gfx10_cmask_addr_from_coord()
560 unsigned bpp, unsigned swizzle_mode, in one_cmask_address_test()
683 for (unsigned bpp = 16; bpp <= max_bpp; bpp *= 2) { in run_cmask_address_test() local
/external/gmmlib/Source/GmmLib/inc/Internal/Common/Platform/
DGmmGen12Platform.h64 #define FCBppMode(bpp) __GmmLog2(bpp) - 3 argument
65 #define FCMode(TileMode, bpp) (FCTilingType(TileMode) < FC_TILE_MAX) ? (FCTilingType(TileMode) * FC… argument
/external/libultrahdr/benchmark/
Dbenchmark_test.cpp143 const int bpp = 2; in loadFile() local
150 const int bpp = handle->fmt == UHDR_IMG_FMT_64bppRGBAHalfFloat ? 8 : 4; in loadFile() local
292 const int bpp = 2; in fillRawImageHandle() local
303 const int bpp = cf == UHDR_IMG_FMT_64bppRGBAHalfFloat ? 8 : 4; in fillRawImageHandle() local
/external/libpng/arm/
Darm_init.c61 png_init_filter_functions_neon(png_structp pp, unsigned int bpp) in png_init_filter_functions_neon()
/external/libultrahdr/java/
DUltraHdrApp.java167 final int bpp = 2; in fillP010ImageHandle() local
187 final int bpp = 4; in fillRGBA1010102ImageHandle() local
203 final int bpp = 8; in fillRGBAF16ImageHandle() local
219 final int bpp = 4; in fillRGBA8888Handle() local
376 int bpp = img.fmt == UHDR_IMG_FMT_64bppRGBAHalfFloat ? 8 : 4; in writeFile() local
/external/libpng/loongarch/
Dloongarch_lsx_init.c32 png_init_filter_functions_lsx(png_structp pp, unsigned int bpp) in png_init_filter_functions_lsx()
/external/libpng/mips/
Dmips_init.c82 png_init_filter_functions_mips(png_structp pp, unsigned int bpp) in png_init_filter_functions_mips()

12345678910