Home
last modified time | relevance | path

Searched refs:rh1 (Results 1 - 19 of 19) sorted by relevance

/third_party/ltp/testcases/network/virt/
H A Dvlan03.sh19 rh1="reorder_hdr on"
24 TST_TEST_DATA=",$p0 $lb0 $rh1,$p1 $lb1 $rh1"
/third_party/typescript/tests/baselines/reference/
H A DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js42 var rh1 = a !== b; variable
70 var rh1 = a !== b; variable
H A DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.js43 var rh1 = a !== b; variable
71 var rh1 = a !== b; variable
H A DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js45 var rh1 = null & null; variable
99 var rh1 = null & null; variable
H A DcomparisonOperatorWithIdenticalPrimitiveType.js74 var rh1 = a !== a; variable
151 var rh1 = a !== a; variable
H A DcomparisonOperatorWithSubtypeObjectOnProperty.js76 var rh1 = a1 !== b1; variable
171 var rh1 = a1 !== b1; variable
H A DcomparisonOperatorWithSubtypeEnumAndNumber.js64 var rh1 = a !== b; variable
130 var rh1 = a !== b; variable
H A DcomparisonOperatorWithTypeParameter.js71 var rh1 = b < t;
143 var rh1 = b < t;
H A DarithmeticOperatorWithAnyAndNumber.js76 var rh1 = a & a; variable
172 var rh1 = a & a; variable
H A DarithmeticOperatorWithNullValueAndValidOperands.js84 var rh1 = null & a; variable
187 var rh1 = null & a; variable
H A DlogicalAndOperatorWithEveryType.js93 var rh1 = a1 && a8; variable
213 var rh1 = a1 && a8; variable
H A DlogicalOrOperatorWithEveryType.js84 var rh1 = a1 || a7; // any || object is any variable
207 var rh1 = a1 || a7; // any || object is any variable
H A DarithmeticOperatorWithUndefinedValueAndValidOperands.js84 var rh1 = undefined & a; variable
187 var rh1 = undefined & a; variable
H A DarithmeticOperatorWithEnum.js112 var rh1 = c & a; variable
255 var rh1 = c & a; variable
H A DarithmeticOperatorWithEnumUnion.js116 var rh1 = c & a; variable
264 var rh1 = c & a; variable
/third_party/ffmpeg/libavcodec/
H A Dg729postfilter.c434 int rh1,rh0; // (3.12) in get_tilt_comp() local
447 rh1 = adsp->scalarproduct_int16(lp_gn + 10, lp_gn + 11, 20); in get_tilt_comp()
453 rh1 >>= temp; in get_tilt_comp()
456 if (FFABS(rh1) > rh0 || !rh0) in get_tilt_comp()
470 return -(rh1 * (1 << 15)) / rh0; in get_tilt_comp()
H A Damrnbdec.c886 float rh0, rh1; // autocorrelation at lag 0 and 1 in tilt_factor() local
899 rh1 = p->celpm_ctx.dot_productf(hf, hf + 1, AMR_TILT_RESPONSE - 1); in tilt_factor()
903 return rh1 >= 0.0 ? rh1 / rh0 * AMR_TILT_GAMMA_T : 0.0; in tilt_factor()
H A Dwmavoice.c596 float rh0, rh1; in tilt_factor() local
599 rh1 = lpcs[0] + avpriv_scalarproduct_float_c(lpcs, &lpcs[1], n_lpcs - 1); in tilt_factor()
601 return rh1 / rh0; in tilt_factor()
/third_party/lame/libmp3lame/
H A Dquantize_pvt.c602 FLOAT rh1, rh2, rh3; in calc_xmin() local
609 rh1 = xmin / width; in calc_xmin()
620 rh2 += (x2 < rh1) ? x2 : rh1; in calc_xmin()
698 FLOAT rh1, rh2, rh3; in calc_xmin() local
700 rh1 = tmpATH / width; in calc_xmin()
710 rh2 += (x2 < rh1) ? x2 : rh1; in calc_xmin()

Completed in 15 milliseconds