Home
last modified time | relevance | path

Searched refs:alpha_tab (Results 1 – 16 of 16) sorted by relevance

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dcavsdata.h479 static const uint8_t alpha_tab[64] = { variable
H A Dcavs.c58 alpha = alpha_tab[av_clip(qp_avg + h->alpha_offset,0,63)]; \
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/
H A Dresize.cl284 __global const int * map_tab, __global const float * alpha_tab)
295 __global const float * xalpha_tab = alpha_tab;
296 __global const float * yalpha_tab = (__global const float *)(alpha_tab + (src_cols << 1));
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Daacps_fixed_tablegen.h147 static const int alpha_tab[] = in ps_tableinit() local
336 alpha_int = alpha_tab[idx]; in ps_tableinit()
H A Dcavs.c40 static const uint8_t alpha_tab[64] = { variable
96 alpha = alpha_tab[av_clip_uintp2(qp_avg + h->alpha_offset, 6)]; \
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Daacps_fixed_tablegen.h147 static const int alpha_tab[] = in ps_tableinit() local
336 alpha_int = alpha_tab[idx]; in ps_tableinit()
H A Dcavs.c40 static const uint8_t alpha_tab[64] = { variable
96 alpha = alpha_tab[av_clip_uintp2(qp_avg + h->alpha_offset, 6)]; \
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Daacps_fixed_tablegen.h142 static const int alpha_tab[] = in ps_tableinit() local
331 alpha_int = alpha_tab[idx]; in ps_tableinit()
H A Dcavs.c38 static const uint8_t alpha_tab[64] = { variable
94 alpha = alpha_tab[av_clip_uintp2(qp_avg + h->alpha_offset, 6)]; \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Daacps_fixed_tablegen.h142 static const int alpha_tab[] = in ps_tableinit() local
331 alpha_int = alpha_tab[idx]; in ps_tableinit()
H A Dcavs.c38 static const uint8_t alpha_tab[64] = { variable
94 alpha = alpha_tab[av_clip_uintp2(qp_avg + h->alpha_offset, 6)]; \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Daacps_fixed_tablegen.h142 static const int alpha_tab[] = in ps_tableinit() local
331 alpha_int = alpha_tab[idx]; in ps_tableinit()
H A Dcavs.c38 static const uint8_t alpha_tab[64] = { variable
94 alpha = alpha_tab[av_clip_uintp2(qp_avg + h->alpha_offset, 6)]; \
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dcavs.c37 static const uint8_t alpha_tab[64] = { variable
93 alpha = alpha_tab[av_clip(qp_avg + h->alpha_offset, 0, 63)]; \
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dcavs.c37 static const uint8_t alpha_tab[64] = { variable
93 alpha = alpha_tab[av_clip(qp_avg + h->alpha_offset, 0, 63)]; \
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp3221 float * const alpha_tab, int * const ofs_tab) in ocl_computeResizeAreaTabs() argument
3240 alpha_tab[k++] = (float)((sx1 - fsx1) / cellWidth); in ocl_computeResizeAreaTabs()
3246 alpha_tab[k++] = float(1.0 / cellWidth); in ocl_computeResizeAreaTabs()
3252 alpha_tab[k++] = (float)(std::min(std::min(fsx2 - sx2, 1.), cellWidth) / cellWidth); in ocl_computeResizeAreaTabs()