/third_party/ffmpeg/libavcodec/ |
H A D | adpcm.c | 1972 int scale = 1 << (byte >> 4); in adpcm_decode_frame() 1989 sampledat * scale; in adpcm_decode_frame() 2143 int sample = 0, scale; in adpcm_decode_frame() 2146 scale = sign_extend(byte >> 4, 4); in adpcm_decode_frame() 2149 scale = sign_extend(byte, 4); in adpcm_decode_frame() 2153 scale = scale * (1 << 12); in adpcm_decode_frame() 2154 sample = (int)((scale >> shift) + (c->status[channel].sample1 * xa_adpcm_table[filter][0] + c->status[channel].sample2 * xa_adpcm_table[filter][1]) / 64); in adpcm_decode_frame()
|
H A D | aac.h | 149 #define SCALE_DIV_512 36 ///< scalefactor difference that corresponds to scale difference in 512 times 150 #define SCALE_ONE_POS 140 ///< scalefactor index that corresponds to scale=1.0 379 void (*subband_scale)(int *dst, int *src, int scale, int offset, int len, void *log_context);
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_testsrc.c | 306 float scale; in haldclutsrc_fill_picture() local 325 scale = ((float)alpha) / (level*level - 1); in haldclutsrc_fill_picture() 329 dst[rgba_map[0]] = av_clip_uint##nbits(i * scale); \ in haldclutsrc_fill_picture() 330 dst[rgba_map[1]] = av_clip_uint##nbits(j * scale); \ in haldclutsrc_fill_picture() 331 dst[rgba_map[2]] = av_clip_uint##nbits(k * scale); \ in haldclutsrc_fill_picture() 338 dst[0] = av_clip_uintp2(i * scale, nbits); \ in haldclutsrc_fill_picture() 340 dst[0] = av_clip_uintp2(j * scale, nbits); \ in haldclutsrc_fill_picture() 342 dst[0] = av_clip_uintp2(k * scale, nbits); \ in haldclutsrc_fill_picture()
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_template.c | 3370 AVRational scale; in postProcess() local 3395 scale = (AVRational){c.ppMode.maxAllowedY - c.ppMode.minAllowedY, white - black}; in postProcess() 3398 c.packedYScale = (uint16_t)av_rescale(scale.num, 256, scale.den); in postProcess() 3401 c.packedYScale = (uint16_t)av_rescale(scale.num, 1024, scale.den); in postProcess() 3411 if(mode & LEVEL_FIX) QPCorrecture= (int)av_rescale(scale.num, 256*256, scale.den); in postProcess()
|
/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_runtime_type.h | 416 * * <b>scale</b>: 1D tensor of the scaling factor used to scale the first normalized tensor. 1073 * * <b>scale</b>: A OH_NN_FLOAT32 scalar that represents the factor of the scale blend. 1074 * * <b>shift</b>: A OH_NN_FLOAT32 scalar that represents the bias of the scale blend. 1088 * * <b>scale</b>: scaling tensor. 1435 * * <b>coeff</b>: A OH_NN_FLOAT32 scalar that represents the scale factor of the output. 1586 * * <b>coeff</b>: A OH_NN_FLOAT32 scalar that represents the scale factor of the output. 1611 * * <b>coeff</b>: A OH_NN_FLOAT32 scalar that represents the scale factor of the output. 1780 * ExpFusion computes outputs by formula <b>output = base ^ (shift + scale * inpu 3556 const double *scale; global() member [all...] |
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/ |
H A D | norm_processor.cpp | 205 workBuffer_[i] = (std::abs(stdVal) < EPSILON) ? 0.0f : ((data[i] - meanVal) / stdVal) * config_.scale;
in Process()
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.h | 139 void AdaptLayoutSize(double scale);
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.h | 102 float scale[3] = { 1.0f, 1.0f, 1.0f }; member
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_common_ffi.h | 221 double scale; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.h | 82 static void InitialScale(float scale);
|
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/ |
H A D | js_component_test_utils.h | 76 float scale = 0; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_paint_method.cpp | 98 selectOverlayContentModifier_->SetScale(info_.scale); in UpdateContentModifier()
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | image_compress.cpp | 172 pixMap->scale(ratio, ratio); in CompressImageByContent()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | textureinfo_impl.cpp | 119 Scale()->SetValue(curVal.transform.scale); in ArrayChanged()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_astc.cpp | 70 void PixelAstc::scale(float xAxis, float yAxis)
in scale() function in OHOS::Media::PixelAstc 73 IMAGE_LOGE("scale param incorrect on pixelastc");
in scale()
|
/kernel/linux/linux-5.10/arch/x86/events/amd/ |
H A D | power.c | 172 EVENT_ATTR_STR(power-pkg.scale, power_pkg_scale, "1.000000e-3");
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | psmouse.h | 121 void (*set_scale)(struct psmouse *psmouse, enum psmouse_scale scale);
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | stat.h | 107 bool scale; member
|
/kernel/linux/linux-5.10/include/linux/iio/common/ |
H A D | st_sensors.h | 186 * @fs: Full scale register and full scale list available. 304 int st_sensors_set_fullscale_by_gain(struct iio_dev *indio_dev, int scale);
|
/kernel/linux/linux-6.6/include/linux/iio/common/ |
H A D | st_sensors.h | 196 * @fs: Full scale register and full scale list available. 302 int st_sensors_set_fullscale_by_gain(struct iio_dev *indio_dev, int scale);
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | ktz8866.c | 158 props.scale = BACKLIGHT_SCALE_LINEAR; in ktz8866_probe()
|
H A D | rt4831-backlight.c | 172 .scale = BACKLIGHT_SCALE_LINEAR }; in rt4831_bl_probe()
|
/kernel/linux/linux-6.6/arch/x86/events/amd/ |
H A D | power.c | 172 EVENT_ATTR_STR(power-pkg.scale, power_pkg_scale, "1.000000e-3");
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | psmouse.h | 121 void (*set_scale)(struct psmouse *psmouse, enum psmouse_scale scale);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | stat.h | 69 bool scale; member
|