Home
last modified time | relevance | path

Searched defs:alpha1 (Results 1 - 25 of 42) sorted by relevance

12

/third_party/mesa3d/src/util/
H A Dtexcompress_rgtc_tmp.h38 const TYPE alpha1 = blksrc[1]; in fetch_texel_rgtc() local
/third_party/ffmpeg/libavcodec/
H A Daacsbr.c140 sbr_hf_inverse_filter(SBRDSPContext *dsp, float (*alpha0)[2], float (*alpha1)[2], const float X_low[32][40][2], int k0) sbr_hf_inverse_filter() argument
[all...]
H A Dsbrdsp_fixed.c208 sbr_hf_gen_c(int (*X_high)[2], const int (*X_low)[2], const int alpha0[2], const int alpha1[2], int bw, int start, int end) sbr_hf_gen_c() argument
H A Dsbrdsp.c159 sbr_hf_gen_c(float (*X_high)[2], const float (*X_low)[2], const float alpha0[2], const float alpha1[2], float bw, int start, int end) sbr_hf_gen_c() argument
H A Dtexturedsp.c263 uint8_t alpha1 = *(block + 1); in dxt5_block_internal() local
H A Daacsbr_fixed.c235 sbr_hf_inverse_filter(SBRDSPContext *dsp, int (*alpha0)[2], int (*alpha1)[2], const int X_low[32][40][2], int k0) sbr_hf_inverse_filter() argument
[all...]
H A Dnotchlc.c291 unsigned alpha0, alpha1; in decode_blocks() local
H A Daacsbr_template.c1287 sbr_hf_gen(AACContext *ac, SpectralBandReplication *sbr, INTFLOAT X_high[64][40][2], const INTFLOAT X_low[32][40][2], const INTFLOAT (*alpha0)[2], const INTFLOAT (*alpha1)[2], const INTFLOAT bw_array[5], const uint8_t *t_env, int bs_num_env) global() argument
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_diff.c117 const int alpha1 = (bg1 >> 24) & 0xff; in CompareBackgroundColor() local
H A Danim_util.c749 const int alpha1 = rgba1[offset + kAlphaChannel]; in GetDiffAndPSNR() local
/third_party/rust/crates/nom/src/character/
H A Dstreaming.rs338 pub fn alpha1<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha1() functions
[all...]
H A Dcomplete.rs366 pub fn alpha1<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha1() functions
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/include/
H A Ddrv_tde_ioctl.h50 hi_u8 alpha1; /* <Values of alpha0 and alpha1, used as the ARGB1555 format */ member
/third_party/ffmpeg/libavcodec/mips/
H A Daacsbr_mips.c488 sbr_hf_inverse_filter_mips(SBRDSPContext *dsp, float (*alpha0)[2], float (*alpha1)[2], const float X_low[32][40][2], int k0) sbr_hf_inverse_filter_mips() argument
H A Dsbrdsp_mips.c611 sbr_hf_gen_mips(float (*X_high)[2], const float (*X_low)[2], const float alpha0[2], const float alpha1[2], float bw, int start, int end) sbr_hf_gen_mips() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H A Dhifb_vou_graphics.c84 vou_graphics_set_gfx_palpha(GRAPHIC_LAYER layer, hi_u32 alpha_en, hi_u32 arange, hi_u8 alpha0, hi_u8 alpha1) vou_graphics_set_gfx_palpha() argument
H A Dhifb_graphic_drv.c362 graphic_drv_set_gfx_palpha(hal_disp_layer layer, hi_u32 alpha_en, hi_u32 arange, hi_u8 alpha0, hi_u8 alpha1) graphic_drv_set_gfx_palpha() argument
H A Dhifb_graphic_hal.c1167 hal_graphic_set_gfx_palpha(hal_disp_layer layer, hi_u32 alpha_en, hi_u32 arange, hi_u8 alpha0, hi_u8 alpha1) hal_graphic_set_gfx_palpha() argument
/third_party/ffmpeg/libavfilter/
H A Dformats.c98 int alpha1=0, alpha2=0; in merge_formats_internal() local
/third_party/astc-encoder/Source/
H A Dastcenc_color_unquantize.cpp234 int alpha1 = input[3]; in luminance_alpha_unpack() local
254 int alpha1 = input[3]; in luminance_alpha_delta_unpack() local
137 rgb_scale_alpha_unpack( vint4 input0, uint8_t alpha1, uint8_t scale, vint4& output0, vint4& output1 ) rgb_scale_alpha_unpack() argument
754 int alpha0, alpha1; hdr_rgb_hdr_alpha_unpack() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextCompatibilityTest.cpp210 EGLint red1, red2, green1, green2, blue1, blue2, alpha1, alpha2; in areConfigsCompatible() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_color_unquantize.cpp307 int alpha1 = color_unquantization_tables[quantization_level][input[3]]; in luminance_alpha_unpack() local
321 int alpha1 = color_unquantization_tables[quantization_level][input[3]]; in luminance_alpha_delta_unpack() local
792 int alpha0, alpha1; hdr_rgb_hdr_alpha_unpack3() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fMultisampleTests.cpp829 renderQuad(Vec2(x0, y0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseGreen + alpha0, baseGreen + alpha1, baseGreen + alpha0, baseGreen + alpha1); in iterate() local
830 renderQuad(Vec2(x0, y0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseRed + alpha0, baseRed + alpha1, baseRed + alpha0, baseRed + alpha1); in iterate() local
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h158 const GLubyte alpha1 = blksrc[1]; in fetch_2d_texel_rgba_dxt5() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fMultisampleTests.cpp1340 renderQuad(Vec2(x0, y0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseGreen + alpha0, baseGreen + alpha1, baseGreen + alpha0, baseGreen + alpha1); in iterate() local
1341 renderQuad(Vec2(x0, y0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseRed + alpha0, baseRed + alpha1, baseRed + alpha0, baseRed + alpha1); in iterate() local

Completed in 30 milliseconds

12