/aosp_15_r20/external/python/cpython3/Tools/scripts/ |
D | pindent.py | 332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 418 def reformat_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
|
/aosp_15_r20/external/python/cpython2/Tools/scripts/ |
D | pindent.py | 334 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 340 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 346 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 351 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 359 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 367 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 392 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 406 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 420 def reformat_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | fastquant_inline.h | 124 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) in coeff_dequant_mpeg() 243 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) in coeff_dequant_mpeg() 340 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) in coeff_dequant_mpeg() 567 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) in coeff_dequant_mpeg()
|
H A D | fastquant.cpp | 551 Int stepsize, QPx2 = QP << 1; in BlockQuantDequantMPEGInter() local 680 Int stepsize; in BlockQuantDequantMPEGIntra() local 855 Int q_value, coeff, stepsize; in BlockQuantDequantMPEGDCInter() local
|
/aosp_15_r20/external/aac/libDRCdec/src/ |
H A D | drcGainDec_process.cpp | 154 const SHORT start, const SHORT stop, const SHORT stepsize, in _interpolateDrcGain() 204 const SHORT stepsize, in _processNodeSegments()
|
H A D | drcDec_gainDecoder.cpp | 371 FIXP_DBL stepsize = ((hGainDec->channelGain[c] << n_min) - gain); in drcDec_GainDecoder_SetChannelGains() local
|
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/ |
H A D | t1.c | 1421 OPJ_FLOAT64 stepsize, in opj_t1_getwmsedec() 1768 const float stepsize = 0.5f * band->stepsize; in opj_t1_clbl_decode_processor() local 1817 const float stepsize = 0.5f * band->stepsize; in opj_t1_clbl_decode_processor() local 2411 OPJ_FLOAT64 stepsize, in opj_t1_encode_cblk()
|
H A D | tcd.h | 172 OPJ_FLOAT32 stepsize; member
|
H A D | dwt.c | 1097 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, in opj_dwt_encode_stepsize() 1976 OPJ_FLOAT64 stepsize; in opj_dwt_calc_explicit_stepsizes() local
|
/aosp_15_r20/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
H A D | BlackWhiteFilter.java | 119 float stepsize = 1.0f / 255.0f; in updateParameters() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_subexp.c | 145 int stepsize) { in vp9_prob_diff_update_savings_search_model()
|
H A D | vp9_bitstream.c | 553 int stepsize = cpi->sf.coeff_prob_appx_step; in update_coef_probs_common() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | saliency_map.c | 636 int stepsize) { in average_local_max() 689 static int nomalization_operator(saliency_feature_map *input, int stepsize) { in nomalization_operator()
|
/aosp_15_r20/external/lua/src/ |
H A D | lbaselib.c | 231 int stepsize = (int)luaL_optinteger(L, 4, 0); in luaB_collectgarbage() local
|
H A D | lgc.c | 1642 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) in incstep() local
|
H A D | lapi.c | 1180 int stepsize = va_arg(argp, int); in lua_gc() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_weight_align.cpp | 330 float stepsize = 1.0f / (1.0f + static_cast<float>(bsi)); in compute_angular_endpoints_for_quant_levels() local
|
D | astcenc_ideal_endpoints_and_weights.cpp | 936 constexpr float stepsize = 0.25f; in compute_ideal_weights_for_decimation() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/ |
H A D | QTensor.cpp | 351 float stepsize = (xmax - xmin) / n_bins; in choose_qparams_optimized() local
|
/aosp_15_r20/external/flashrom/ |
H A D | at45db.c | 317 …struct flashctx *flash, uint8_t opcode, unsigned int at45db_addr, unsigned int stepsize, unsigned … in at45db_erase()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 134 int stepsize; in validate_key() local
|
/aosp_15_r20/external/aac/libSBRdec/src/ |
H A D | hbe.cpp | 1429 INT stepsize = 1 + !bSbr41, sine_offset = 24, mod = 96; in QmfTransposerApply() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | almodule.c | 138 int i, stepsize; in python2param() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar31 | META-INF/
META-INF/MANIFEST.MF
android/
android/filterfw/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-31/ |
D | framework.jar | android/media/AudioTimestamp.class
AudioTimestamp.java
package android.media
public final android.media ... |