Home
last modified time | relevance | path

Searched refs:bit_depth (Results 1 – 25 of 5615) sorted by relevance

12345678910>>...225

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c38 .bit_depth = { 16 },
47 .bit_depth = { 16 },
55 .bit_depth = { 16 },
63 .bit_depth = { 16 },
143 .bit_depth = { 16 },
151 .bit_depth = { 16 },
158 .bit_depth = { 16 },
166 .bit_depth = { 32 },
174 .bit_depth = { 32 },
204 .bit_depth = { 8 },
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c38 .bit_depth = { 16 },
47 .bit_depth = { 16 },
55 .bit_depth = { 16 },
63 .bit_depth = { 16 },
143 .bit_depth = { 16 },
151 .bit_depth = { 16 },
158 .bit_depth = { 16 },
166 .bit_depth = { 32 },
174 .bit_depth = { 32 },
204 .bit_depth = { 8 },
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c38 .bit_depth = { 16 },
47 .bit_depth = { 16 },
55 .bit_depth = { 16 },
63 .bit_depth = { 16 },
143 .bit_depth = { 16 },
151 .bit_depth = { 16 },
158 .bit_depth = { 16 },
166 .bit_depth = { 32 },
174 .bit_depth = { 32 },
204 .bit_depth = { 8 },
[all …]
/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Dacceleration.h60 int w,int o,int log2WD, int bit_depth);
120 int16_t* mcbuffer, int bit_depth);
248 if (bit_depth <= 8) in put_weighted_pred_avg()
259 if (bit_depth <= 8) in put_unweighted_pred()
271 if (bit_depth <= 8) in put_weighted_pred()
283 if (bit_depth <= 8) in put_weighted_bipred()
295 if (bit_depth <= 8) in put_hevc_epel()
305 if (bit_depth <= 8) in put_hevc_epel_h()
315 if (bit_depth <= 8) in put_hevc_epel_v()
325 if (bit_depth <= 8) in put_hevc_epel_hv()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dacceleration.h60 int w,int o,int log2WD, int bit_depth);
120 int16_t* mcbuffer, int bit_depth);
248 if (bit_depth <= 8) in put_weighted_pred_avg()
259 if (bit_depth <= 8) in put_unweighted_pred()
271 if (bit_depth <= 8) in put_weighted_pred()
283 if (bit_depth <= 8) in put_weighted_bipred()
295 if (bit_depth <= 8) in put_hevc_epel()
305 if (bit_depth <= 8) in put_hevc_epel_h()
315 if (bit_depth <= 8) in put_hevc_epel_v()
325 if (bit_depth <= 8) in put_hevc_epel_hv()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/tests/checkasm/
H A Dhevc_idct.c39 static void check_idct(HEVCDSPContext h, int bit_depth) in check_idct() argument
53 if (check_func(h.idct[i - 2], "hevc_idct_%dx%d_%d", block_size, block_size, bit_depth)) { in check_idct()
63 static void check_idct_dc(HEVCDSPContext h, int bit_depth) in check_idct_dc() argument
77 … if (check_func(h.idct_dc[i - 2], "hevc_idct_%dx%d_dc_%d", block_size, block_size, bit_depth)) { in check_idct_dc()
89 int bit_depth; in checkasm_check_hevc_idct() local
91 for (bit_depth = 8; bit_depth <= 12; bit_depth += 2) { in checkasm_check_hevc_idct()
94 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_idct()
95 check_idct_dc(h, bit_depth); in checkasm_check_hevc_idct()
99 for (bit_depth = 8; bit_depth <= 12; bit_depth += 2) { in checkasm_check_hevc_idct()
102 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_idct()
[all …]
H A Dhevc_pel.c80 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_qpel()
120 int size, bit_depth, i, j; in checkasm_check_hevc_qpel_uni() local
124 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_qpel_uni()
166 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_qpel_uni_w()
216 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_qpel_bi()
262 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_qpel_bi_w()
309 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_epel()
353 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_epel_uni()
395 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_epel_uni_w()
445 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_epel_bi()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/checkasm/
H A Dhevc_idct.c38 static void check_idct(HEVCDSPContext h, int bit_depth) in check_idct() argument
52 if (check_func(h.idct[i - 2], "hevc_idct_%dx%d_%d", block_size, block_size, bit_depth)) { in check_idct()
62 static void check_idct_dc(HEVCDSPContext h, int bit_depth) in check_idct_dc() argument
76 … if (check_func(h.idct_dc[i - 2], "hevc_idct_%dx%d_dc_%d", block_size, block_size, bit_depth)) { in check_idct_dc()
88 int bit_depth; in checkasm_check_hevc_idct() local
90 for (bit_depth = 8; bit_depth <= 12; bit_depth += 2) { in checkasm_check_hevc_idct()
93 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_idct()
94 check_idct_dc(h, bit_depth); in checkasm_check_hevc_idct()
98 for (bit_depth = 8; bit_depth <= 12; bit_depth += 2) { in checkasm_check_hevc_idct()
101 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_idct()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/checkasm/
H A Dhevc_idct.c38 static void check_idct(HEVCDSPContext h, int bit_depth) in check_idct() argument
52 if (check_func(h.idct[i - 2], "hevc_idct_%dx%d_%d", block_size, block_size, bit_depth)) { in check_idct()
62 static void check_idct_dc(HEVCDSPContext h, int bit_depth) in check_idct_dc() argument
76 … if (check_func(h.idct_dc[i - 2], "hevc_idct_%dx%d_dc_%d", block_size, block_size, bit_depth)) { in check_idct_dc()
88 int bit_depth; in checkasm_check_hevc_idct() local
90 for (bit_depth = 8; bit_depth <= 12; bit_depth += 2) { in checkasm_check_hevc_idct()
93 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_idct()
94 check_idct_dc(h, bit_depth); in checkasm_check_hevc_idct()
98 for (bit_depth = 8; bit_depth <= 12; bit_depth += 2) { in checkasm_check_hevc_idct()
101 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_idct()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/checkasm/
H A Dhevc_idct.c39 static void check_idct(HEVCDSPContext h, int bit_depth) in check_idct() argument
53 if (check_func(h.idct[i - 2], "hevc_idct_%dx%d_%d", block_size, block_size, bit_depth)) { in check_idct()
63 static void check_idct_dc(HEVCDSPContext h, int bit_depth) in check_idct_dc() argument
77 … if (check_func(h.idct_dc[i - 2], "hevc_idct_%dx%d_dc_%d", block_size, block_size, bit_depth)) { in check_idct_dc()
89 int bit_depth; in checkasm_check_hevc_idct() local
91 for (bit_depth = 8; bit_depth <= 12; bit_depth += 2) { in checkasm_check_hevc_idct()
94 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_idct()
95 check_idct_dc(h, bit_depth); in checkasm_check_hevc_idct()
99 for (bit_depth = 8; bit_depth <= 12; bit_depth += 2) { in checkasm_check_hevc_idct()
102 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_idct()
[all …]
H A Dhevc_pel.c80 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_qpel()
120 int size, bit_depth, i, j; in checkasm_check_hevc_qpel_uni() local
124 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_qpel_uni()
166 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_qpel_uni_w()
216 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_qpel_bi()
262 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_qpel_bi_w()
309 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_epel()
353 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_epel_uni()
395 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_epel_uni_w()
445 for (bit_depth = 8; bit_depth <= 12; bit_depth++) { in checkasm_check_hevc_epel_bi()
[all …]
/dports/multimedia/aom/aom-3.2.0/test/
H A Drd_test.cc23 aom_bit_depth_t bit_depth = AOM_BITS_8; in TEST() local
27 av1_dc_quant_QTX(q_index, 0, static_cast<aom_bit_depth_t>(bit_depth)); in TEST()
33 int delta_q = av1_get_deltaq_offset(bit_depth, q_index, beta); in TEST()
41 aom_bit_depth_t bit_depth = AOM_BITS_8; in TEST() local
51 int delta_q = av1_get_deltaq_offset(bit_depth, q_index, beta); in TEST()
59 aom_bit_depth_t bit_depth = AOM_BITS_8; in TEST() local
63 int delta_q = av1_get_deltaq_offset(bit_depth, q_index, beta); in TEST()
69 aom_bit_depth_t bit_depth = AOM_BITS_8; in TEST() local
73 int delta_q = av1_get_deltaq_offset(bit_depth, q_index, beta); in TEST()
79 aom_bit_depth_t bit_depth = AOM_BITS_8; in TEST() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
155 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
173 png_const_color_8p bit_depth) in png_do_shift() argument
184 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
188 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
219 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/libs/libpng/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
155 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
173 png_const_color_8p bit_depth) in png_do_shift() argument
184 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
188 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
219 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibPNG/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
155 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
173 png_const_color_8p bit_depth) in png_do_shift() argument
184 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
188 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
219 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/PNG/src/itkpng/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
153 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
171 png_const_color_8p bit_depth) in png_do_shift() argument
182 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
186 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
190 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
197 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
204 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
217 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/png/vtkpng/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
155 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
173 png_const_color_8p bit_depth) in png_do_shift() argument
184 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
188 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
219 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libpng/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
155 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
173 png_const_color_8p bit_depth) in png_do_shift() argument
184 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
188 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
219 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/png/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
153 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
171 png_const_color_8p bit_depth) in png_do_shift() argument
182 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
186 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
190 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
197 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
204 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
217 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libpng/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
155 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
173 png_const_color_8p bit_depth) in png_do_shift() argument
184 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
188 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
219 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]
/dports/graphics/apngdis/apngdis-2.9/libpng/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
155 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
173 png_const_color_8p bit_depth) in png_do_shift() argument
184 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
188 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
219 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]
/dports/graphics/apngasm/apngasm-2.91/libpng/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
155 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
173 png_const_color_8p bit_depth) in png_do_shift() argument
184 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
188 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
219 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libpng/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
153 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
171 png_const_color_8p bit_depth) in png_do_shift() argument
182 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
186 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
190 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
197 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
204 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
217 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/libpng/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
155 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
173 png_const_color_8p bit_depth) in png_do_shift() argument
184 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
188 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
219 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/image_formats/pnglib/
H A Dpngwtran.c29 if (row_info->bit_depth == 8 && in png_do_pack()
32 switch ((int)bit_depth) in png_do_pack()
155 row_info->bit_depth = (png_byte)bit_depth; in png_do_pack()
173 png_const_color_8p bit_depth) in png_do_shift() argument
184 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
188 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
219 if (bit_depth->gray == 1 && row_info->bit_depth == 2) in png_do_shift()
[all …]

12345678910>>...225