/external/libxaac/decoder/ |
D | ixheaacd_lpc_dec.c | 54 FLOAT32 d[ORDER + 1]; in ixheaacd_lsf_weight_2st_flt() 57 d[ORDER] = FREQ_MAX - lsfq[ORDER - 1]; in ixheaacd_lsf_weight_2st_flt() 58 for (i = 1; i < ORDER; i++) { in ixheaacd_lsf_weight_2st_flt() 62 for (i = 0; i < ORDER; i++) { in ixheaacd_lsf_weight_2st_flt() 108 WORD32 avq[ORDER]; in ixheaacd_avq_first_approx_abs() 109 FLOAT32 d[ORDER + 1], lsf_min; in ixheaacd_avq_first_approx_abs() 112 ptr_w = &ixheaacd_weight_table_avq[(indx[0] * ORDER)]; in ixheaacd_avq_first_approx_abs() 116 for (i = 0; i < ORDER; i++) { in ixheaacd_avq_first_approx_abs() 117 lsf[i] = ixheaacd_dico_lsf_abs_8b_flt[indx[0] * ORDER + i]; in ixheaacd_avq_first_approx_abs() 123 d[ORDER] = FREQ_MAX - lsf[ORDER - 1]; in ixheaacd_avq_first_approx_abs() [all …]
|
D | ixheaacd_tcx_fwd_alcnx.c | 146 FLOAT32 *ptr_a, i_ap[ORDER + 1]; in ixheaacd_tcx_mdct() 150 FLOAT32 x[LEN_SUPERFRAME], buf[ORDER + LEN_SUPERFRAME]; in ixheaacd_tcx_mdct() 238 ixheaacd_lpc_coeff_wt_apply(lp_flt_coff_a + (ORDER + 1), i_ap); in ixheaacd_tcx_mdct() 239 ixheaacd_lpc_to_td(i_ap, ORDER, gain1, usac_data->len_subfrm / 4); in ixheaacd_tcx_mdct() 241 ixheaacd_lpc_coeff_wt_apply(lp_flt_coff_a + (2 * (ORDER + 1)), i_ap); in ixheaacd_tcx_mdct() 242 ixheaacd_lpc_to_td(i_ap, ORDER, gain2, usac_data->len_subfrm / 4); in ixheaacd_tcx_mdct() 310 ixheaacd_lpc_coeff_wt_apply(lp_flt_coff_a + (ORDER + 1), i_ap); in ixheaacd_tcx_mdct() 348 for (i = 0; i < ORDER + fac_length; i++) in ixheaacd_tcx_mdct() 349 buf[i] = synth[i - ORDER - fac_length] - in ixheaacd_tcx_mdct() 350 (PREEMPH_FILT_FAC * synth[i - ORDER - fac_length - 1]); in ixheaacd_tcx_mdct() [all …]
|
D | ixheaacd_lpc.c | 56 extern const FLOAT32 lsf_init[ORDER]; 157 ixheaacd_memset(st->lp_flt_coeff_a_prev, 2 * (ORDER + 1)); in ixheaacd_fix2flt_data() 324 FLOAT32 lsp_curr[ORDER]; in ixheaacd_lpd_dec() 325 FLOAT32 lsf_curr[ORDER]; in ixheaacd_lpd_dec() 330 FLOAT32 lsf_flt[(2 * NUM_FRAMES + 1) * ORDER]; in ixheaacd_lpd_dec() 377 ixheaacd_lsp_2_lsf_conversion(st->lspold, lsf_flt, ORDER); in ixheaacd_lpd_dec() 384 ixheaacd_mem_cpy(&lsf_flt[0], st->lsf_prev, ORDER); in ixheaacd_lpd_dec() 385 ixheaacd_lsf_2_lsp_conversion_float(st->lsf_prev, st->lspold, ORDER); in ixheaacd_lpd_dec() 390 FLOAT32 lp_flt_coeff_a[9 * (ORDER + 1)]; in ixheaacd_lpd_dec() 391 FLOAT32 tmp_buf[3 * LEN_FRAME + ORDER]; in ixheaacd_lpd_dec() [all …]
|
D | ixheaacd_main.h | 42 float lp_flt_coeff_a_prev[2 * (ORDER + 1)]; 48 WORD32 ilspold[ORDER]; 53 FLOAT32 lsf_prev[ORDER]; 54 FLOAT32 lspold[ORDER]; 55 WORD32 lsfold_first[ORDER]; 61 FLOAT32 fd_synth_buf[3 * LEN_FRAME + 1 + ORDER]; 99 FLOAT32 lpc_prev[MAX_NUM_CHANNELS][ORDER + 1];
|
D | ixheaacd_fwd_alias_cnx.c | 64 for (i = 1; i <= ORDER; i++) { in ixheaacd_weighted_synthesis_filter() 78 for (j = 1; j <= ORDER; j += 4) { in ixheaacd_synthesis_tool() 99 FLOAT32 lp_filt_coeff_a[ORDER + 1]; in ixheaacd_fwd_alias_cancel_tool() 112 memset(fac_signal - 16, 0, ORDER * sizeof(WORD32)); in ixheaacd_fwd_alias_cancel_tool() 147 WORD32 lp_filt_coeff_a[ORDER + 1]; in ixheaacd_fr_alias_cnx_fix() 174 memset(fac_data_out - 16, 0, ORDER * sizeof(WORD32)); in ixheaacd_fr_alias_cnx_fix()
|
D | ixheaacd_tcx_fwd_mdct.c | 106 plp_flt_coff_a_top = lp_flt_coff_a + ORDER; in ixheaacd_lsp_to_lp_conversion() 204 FLOAT32 lsf[ORDER], *ptr_a; in ixheaacd_lpc_coef_gen() 230 FLOAT32 lsp[ORDER]; in ixheaacd_interpolation_lsp_params() 241 for (i = 0; i < ORDER; i++) { in ixheaacd_interpolation_lsp_params() 248 lp_flt_coff_a += (ORDER + 1); in ixheaacd_interpolation_lsp_params()
|
D | ixheaacd_acelp_tools.c | 79 for (j = 1; j <= ORDER; j += 4) { in ixheaacd_lpc_wt_synthesis_tool() 97 memcpy(buf, mem, ORDER * sizeof(FLOAT32)); in ixheaacd_synthesis_tool_float() 98 yy = &buf[ORDER]; in ixheaacd_synthesis_tool_float() 101 for (j = 1; j <= ORDER; j += 4) { in ixheaacd_synthesis_tool_float() 119 for (j = 1; j <= ORDER; j += 4) { in ixheaacd_synthesis_tool_float1()
|
D | ixheaacd_acelp_decode.c | 432 ptr_lp_filt_coeff += (ORDER + 1); in ixheaacd_acelp_alias_cnx() 441 for (i = 0; i < ORDER; i++) in ixheaacd_acelp_alias_cnx() 442 synth_temp[i] = synth_signal[i - ORDER] - in ixheaacd_acelp_alias_cnx() 443 (PREEMPH_FILT_FAC * synth_signal[i - ORDER - 1]); in ixheaacd_acelp_alias_cnx() 571 memcpy(synth_temp, &synth_signal[subfr_idx + LEN_SUBFR - ORDER], in ixheaacd_acelp_alias_cnx() 572 ORDER * sizeof(FLOAT32)); in ixheaacd_acelp_alias_cnx() 574 ptr_lp_filt_coeff += (ORDER + 1); in ixheaacd_acelp_alias_cnx() 583 ptr_lp_filt_coeff -= (2 * (ORDER + 1)); in ixheaacd_acelp_alias_cnx() 585 (2 * (ORDER + 1)) * sizeof(FLOAT32)); in ixheaacd_acelp_alias_cnx()
|
D | ixheaacd_cnst.h | 30 #define ORDER 16 macro 31 #define ORDER_BY_2 (ORDER / 2)
|
D | ixheaacd_avq_rom.c | 383 const FLOAT32 lsf_init[ORDER] = {375.0, 750.0, 1125.0, 1500.0, 1875.0, 2250.0,
|
D | ixheaacd_imdct.c | 200 WORD32 int_aq[ORDER + 1], intzir[2 * LEN_FRAME], x_in[FAC_LENGTH]; in ixheaacd_cal_fac_data() 243 for (k = 0; k < ORDER + 1; k++) { in ixheaacd_cal_fac_data() 250 for (k = 0; k < ORDER + 1; k++) { in ixheaacd_cal_fac_data()
|
/external/python/cpython3/Include/ |
D | pyatomic.h | 46 #define _Py_atomic_signal_fence(/*memory_order*/ ORDER) \ argument 47 atomic_signal_fence(ORDER) 49 #define _Py_atomic_thread_fence(/*memory_order*/ ORDER) \ argument 50 atomic_thread_fence(ORDER) 52 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ argument 53 atomic_store_explicit(&(ATOMIC_VAL)->_value, NEW_VAL, ORDER) 55 #define _Py_atomic_load_explicit(ATOMIC_VAL, ORDER) \ argument 56 atomic_load_explicit(&(ATOMIC_VAL)->_value, ORDER) 77 #define _Py_atomic_signal_fence(/*memory_order*/ ORDER) \ argument 78 __atomic_signal_fence(ORDER) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/intrinsics/ |
D | atomicrmw_bitwise_native.ll | 1 ; RUN: sed -e "s/ORDER/monotonic/" -e "s/BINARY_OP/and/" %s | llc -march=hexagon | FileCheck %s 2 ; RUN: sed -e "s/ORDER/acquire/" -e "s/BINARY_OP/and/" %s | llc -march=hexagon | FileCheck %s 3 ; RUN: sed -e "s/ORDER/release/" -e "s/BINARY_OP/and/" %s | llc -march=hexagon | FileCheck %s 4 ; RUN: sed -e "s/ORDER/acq_rel/" -e "s/BINARY_OP/and/" %s | llc -march=hexagon | FileCheck %s 5 ; RUN: sed -e "s/ORDER/seq_cst/" -e "s/BINARY_OP/and/" %s | llc -march=hexagon | FileCheck %s 6 ; RUN: sed -e "s/ORDER/monotonic/" -e "s/BINARY_OP/xor/" %s | llc -march=hexagon | FileCheck %s 7 ; RUN: sed -e "s/ORDER/acquire/" -e "s/BINARY_OP/xor/" %s | llc -march=hexagon | FileCheck %s 8 ; RUN: sed -e "s/ORDER/release/" -e "s/BINARY_OP/xor/" %s | llc -march=hexagon | FileCheck %s 9 ; RUN: sed -e "s/ORDER/acq_rel/" -e "s/BINARY_OP/xor/" %s | llc -march=hexagon | FileCheck %s 10 ; RUN: sed -e "s/ORDER/seq_cst/" -e "s/BINARY_OP/xor/" %s | llc -march=hexagon | FileCheck %s [all …]
|
D | fence.ll | 1 ; RUN: sed -e "s/ORDER/acquire/" %s | llc -march=hexagon | FileCheck %s 2 ; RUN: sed -e "s/ORDER/release/" %s | llc -march=hexagon | FileCheck %s 3 ; RUN: sed -e "s/ORDER/acq_rel/" %s | llc -march=hexagon | FileCheck %s 4 ; RUN: sed -e "s/ORDER/seq_cst/" %s | llc -march=hexagon | FileCheck %s 5 ; RUN: sed -e 's/ORDER/syncscope("singlethread") acquire/' %s | llc -march=hexagon | FileCheck %s 6 ; RUN: sed -e 's/ORDER/syncscope("singlethread") release/' %s | llc -march=hexagon | FileCheck %s 7 ; RUN: sed -e 's/ORDER/syncscope("singlethread") acq_rel/' %s | llc -march=hexagon | FileCheck %s 8 ; RUN: sed -e 's/ORDER/syncscope("singlethread") seq_cst/' %s | llc -march=hexagon | FileCheck %s 12 fence ORDER
|
D | atomicrmw_addsub_native.ll | 1 ; RUN: sed -e "s/ORDER/monotonic/" -e "s/BINARY_OP/add/" %s | llc -march=hexagon | FileCheck %s 2 ; RUN: sed -e "s/ORDER/acquire/" -e "s/BINARY_OP/add/" %s | llc -march=hexagon | FileCheck %s 3 ; RUN: sed -e "s/ORDER/release/" -e "s/BINARY_OP/add/" %s | llc -march=hexagon | FileCheck %s 4 ; RUN: sed -e "s/ORDER/acq_rel/" -e "s/BINARY_OP/add/" %s | llc -march=hexagon | FileCheck %s 5 ; RUN: sed -e "s/ORDER/seq_cst/" -e "s/BINARY_OP/add/" %s | llc -march=hexagon | FileCheck %s 6 ; RUN: sed -e "s/ORDER/monotonic/" -e "s/BINARY_OP/sub/" %s | llc -march=hexagon | FileCheck %s 7 ; RUN: sed -e "s/ORDER/acquire/" -e "s/BINARY_OP/sub/" %s | llc -march=hexagon | FileCheck %s 8 ; RUN: sed -e "s/ORDER/release/" -e "s/BINARY_OP/sub/" %s | llc -march=hexagon | FileCheck %s 9 ; RUN: sed -e "s/ORDER/acq_rel/" -e "s/BINARY_OP/sub/" %s | llc -march=hexagon | FileCheck %s 10 ; RUN: sed -e "s/ORDER/seq_cst/" -e "s/BINARY_OP/sub/" %s | llc -march=hexagon | FileCheck %s [all …]
|
D | atomic_store.ll | 1 ; RUN: sed -e "s/ORDER/unordered/" %s | llc -march=hexagon | FileCheck %s 2 ; RUN: sed -e "s/ORDER/monotonic/" %s | llc -march=hexagon | FileCheck %s 3 ; RUN: sed -e "s/ORDER/release/" %s | llc -march=hexagon | FileCheck %s 4 ; RUN: sed -e "s/ORDER/seq_cst/" %s | llc -march=hexagon | FileCheck %s 22 store atomic i8 %i8Tmp, i8* @i8Dest ORDER, align 1 32 store atomic i16 %i16Tmp, i16* @i16Dest ORDER, align 2 42 store atomic i32 %i32Tmp, i32* @i32Dest ORDER, align 4 52 store atomic i64 %i64Tmp, i64* @i64Dest ORDER, align 8 62 store atomic i32 %ptrTmp, i32* bitcast (%struct.Obj** @ptrDest to i32*) ORDER, align 4
|
D | atomic_load.ll | 1 ; RUN: sed -e "s/ORDER/unordered/" %s | llc -march=hexagon -disable-hexagon-amodeopt=0 | FileCheck … 2 ; RUN: sed -e "s/ORDER/monotonic/" %s | llc -march=hexagon -disable-hexagon-amodeopt=0 | FileCheck … 3 ; RUN: sed -e "s/ORDER/acquire/" %s | llc -march=hexagon -disable-hexagon-amodeopt=0 | FileCheck %s 4 ; RUN: sed -e "s/ORDER/seq_cst/" %s | llc -march=hexagon -disable-hexagon-amodeopt=0 | FileCheck %s 21 %i8Tmp = load atomic i8, i8* @i8Src ORDER, align 1 31 %i16Tmp = load atomic i16, i16* @i16Src ORDER, align 2 41 %i32Tmp = load atomic i32, i32* @i32Src ORDER, align 4 51 %i64Tmp = load atomic i64, i64* @i64Src ORDER, align 8 61 %ptrTmp = load atomic i32, i32* bitcast (%struct.Obj** @ptrSrc to i32*) ORDER, align 4
|
D | atomicrmw_nand.ll | 1 ; RUN: sed -e "s/ORDER/monotonic/" %s | llc -march=hexagon | FileCheck %s 2 ; RUN: sed -e "s/ORDER/acquire/" %s | llc -march=hexagon | FileCheck %s 3 ; RUN: sed -e "s/ORDER/release/" %s | llc -march=hexagon | FileCheck %s 4 ; RUN: sed -e "s/ORDER/acq_rel/" %s | llc -march=hexagon | FileCheck %s 5 ; RUN: sed -e "s/ORDER/seq_cst/" %s | llc -march=hexagon | FileCheck %s 31 %v1 = atomicrmw nand i32* @g1, i32 %v0 ORDER 53 %v1 = atomicrmw nand i64* @g4, i64 %v0 ORDER
|
/external/elfutils/libcpu/defs/ |
D | i386 | 198 # ORDER 202 # ORDER END 203 # ORDER 207 # ORDER END 208 # ORDER 212 # ORDER END 213 # ORDER 217 # ORDER END 218 # ORDER 221 # ORDER END [all …]
|
/external/clang/test/Modules/ |
D | merge-using-decls.cpp | 5 #if ORDER == 1 36 #if ORDER == 1
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | block_pool_init.cl | 16 // BEST TO RUN THESE ON AN OUT-OF-ORDER CQ
|
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
D | block_pool_init.cl | 16 // BEST TO RUN THESE ON AN OUT-OF-ORDER CQ
|
/external/bcc/tools/ |
D | mysqld_qslower_example.txt | 15 17.864776 18608 130.298 SELECT * FROM words WHERE word REGEXP '^bre.*n$' ORDER BY word
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 145 #define PACK_FMT(ORDER, TYPE) ((int(ORDER) << 16) | int(TYPE)) in getInternalFormat() argument 146 #define FMT_CASE(ORDER, TYPE) PACK_FMT(tcu::TextureFormat::ORDER, tcu::TextureFormat::TYPE) in getInternalFormat() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | image-attributes.ll | 111 ; === CHANNEL ORDER ==========================================================
|