Searched refs:x7 (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/srce/ |
D | sbc_dct.c | 88 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7, temp; in SBC_FastIDCT8() local 100 x7 = (pInVect[11] - pInVect[13]) >> 1; in SBC_FastIDCT8() 125 x7 <<= 1 ; in SBC_FastIDCT8() 126 x5 = ( x5 << 1 ) - x7 ; in SBC_FastIDCT8() 137 x3 -= x7; in SBC_FastIDCT8() 138 x7 <<= 1 ; in SBC_FastIDCT8() 139 SBC_IDCT_MULT(SBC_COS_PI_SUR_4, x7, x7); /*x7 = x7 * cos(1*pi/4) ; */ in SBC_FastIDCT8() 143 … SBC_IDCT_MULT( SBC_COS_PI_SUR_8, ( x3 + x7 ), x3); /*x3 = ( x3 + x7 ) * cos(1*pi/8) ; */ in SBC_FastIDCT8() 144 …SBC_IDCT_MULT( SBC_COS_3PI_SUR_8, ( temp - x7 ), x7); /*x7 = ( temp - x7 ) * cos(3*pi/8) ;… in SBC_FastIDCT8() 148 …SBC_IDCT_MULT((SBC_COS_3PI_SUR_16), ( x5 + x7 ) , res_odd[1]); /*res_odd[ 1 ] = ( x5 + x7 ) * c… in SBC_FastIDCT8() [all …]
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | execute-scripts-cmd.rst | 55 espefuse(esp, efuses, args, 'burn_efuse FLASH_CRYPT_CNT 0x7')
|