Searched refs:aoffset (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_colorbalance.c | 271 const uint8_t aoffset = s->rgba_map[A]; in color_balance8() local 299 dst[j + aoffset] = src[j + aoffset]; in color_balance8() 322 const uint8_t aoffset = s->rgba_map[A]; in color_balance16() local 351 dst[j + aoffset] = src[j + aoffset]; in color_balance16()
|
H A D | colorchannelmixer_template.c | 180 const uint8_t aoffset = s->rgba_map[A]; in filter_slice_rgba_packed() local 193 const pixel ain = src[j + aoffset]; in filter_slice_rgba_packed() 229 dst[j + aoffset] = av_clip_uintp2(s->lut[A][R][rin] + in filter_slice_rgba_packed()
|
H A D | vf_selectivecolor.c | 326 const uint8_t aoffset = s->rgba_map[A]; \ 332 const uint##nbits##_t *src_a = (const uint##nbits##_t *)src + aoffset; \ 336 uint##nbits##_t *dst_a = (uint##nbits##_t *)dst + aoffset; \
|
/third_party/lzma/CPP/Windows/ |
H A D | Shell.cpp | 232 UINT aoffset[1];
member 236 aoffset : An array of offsets, relative to the beginning of this structure.
237 aoffset[0] - fully qualified PIDL of a parent folder.
239 aoffset[1] ... aoffset[cidl] : offset to one of the PIDLs to be transferred.
269 const UINT offset = cida->aoffset[0];
in DataObject_GetData_IDLIST() 310 const UINT offset = cida->aoffset[i];
in DataObject_GetData_IDLIST()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjunittest.c | 189 int aoffset = tjAlphaOffset[pf]; in checkBuf() local 231 a = aoffset >= 0 ? buf[index * ps + aoffset] : 0xFF; in checkBuf() 732 int aoffset = tjAlphaOffset[pf]; in cmpBitmap() local 768 if (aoffset >= 0 && buf[row * pitch + i * ps + aoffset] != 0xFF) in cmpBitmap()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng2-win.c | 977 double angle=0.0, aoffset=0.0, maxDist, dist; 988 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED] 1015 hue = (angle + PI) * INV_PI_360 + aoffset;
|
H A D | rpng2-x.c | 1229 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_load_bg_image() local 1240 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED] in rpng2_x_load_bg_image() 1267 hue = (angle + PI) * INV_PI_360 + aoffset; in rpng2_x_load_bg_image() 2001 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_reload_bg_image() local 2008 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED] in rpng2_x_reload_bg_image() 2035 hue = (angle + PI) * INV_PI_360 + aoffset; in rpng2_x_reload_bg_image()
|
Completed in 11 milliseconds