Home
last modified time | relevance | path

Searched defs:alpha0 (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/util/
H A Dtexcompress_rgtc_tmp.h37 const TYPE alpha0 = blksrc[0]; 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.c262 uint8_t alpha0 = *(block); 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/rust/crates/nom/src/character/
H A Dstreaming.rs317 pub fn alpha0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha0() functions
H A Dcomplete.rs341 pub fn alpha0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha0() functions
/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
/third_party/astc-encoder/Source/
H A Dastcenc_color_unquantize.cpp233 int alpha0 = input[2]; in luminance_alpha_unpack() local
253 int alpha0 = input[2]; in luminance_alpha_delta_unpack() local
754 int alpha0, alpha1; in hdr_rgb_hdr_alpha_unpack() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_color_unquantize.cpp306 int alpha0 = color_unquantization_tables[quantization_level][input[2]]; in luminance_alpha_unpack() local
320 int alpha0 = color_unquantization_tables[quantization_level][input[2]]; in luminance_alpha_delta_unpack() local
792 int alpha0, alpha1; in 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.h157 const GLubyte alpha0 = blksrc[0]; 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
H A Des2fTextureUnitTests.cpp697 deUint32 alpha0 = 0xff000000; in init() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustResourceInitTest.cpp85 uint8_t alpha0 = src[srcOffset + yy * 2 + (xx >> 1)]; in UncompressDXTBlock() local
92 uint8_t alpha0 = src[srcOffset + 0]; in UncompressDXTBlock() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstroke.c1428 FT_Angle theta, phi, rotate, alpha0 = 0; in FT_EXPORT_DEF() local
1635 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_EXPORT_DEF() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fMultisampleTests.cpp1493 renderQuad(Vec2(x0, y0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseGreen + alpha0, baseGreen + alpha1, baseGreen + alpha0, baseGreen + alpha1); in iterate() local
1494 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/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c902 LLVMValueRef tmp, alpha0, alpha1, alphac, alphac0, bit_pos, shift; in s3tc_dxt5_alpha_channel() local
831 lp_build_lerpdxta(struct gallivm_state *gallivm, LLVMValueRef alpha0, LLVMValueRef alpha1, LLVMValueRef code, LLVMValueRef sel_mask, unsigned n) lp_build_lerpdxta() argument
1556 lp_build_lerpdxta_block(struct gallivm_state *gallivm, LLVMValueRef alpha0, LLVMValueRef alpha1, LLVMValueRef code, LLVMValueRef sel_mask) lp_build_lerpdxta_block() argument
1616 LLVMValueRef alpha, alpha0, alpha1, ares; s3tc_decode_block_dxt5() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp1621 const deUint8 alpha0 = src[0]; in decompressBc3() local

Completed in 48 milliseconds