Searched refs:g_code (Results 1 – 4 of 4) sorted by relevance
19 constinit std::optional<uint16_t> g_code = std::nullopt; variable73 g_code = code.value_or(1006); in OnClosingHandshake()82 if (g_code) { in BeObserver()91 CHECK(g_code); in SendCloseCode()93 (*g_code == 1001) ? "OK" : "WRONG CODE " + base::NumberToString(*g_code); in SendCloseCode()
69 const uint8_t g_code[] = { variable172 memcpy(mem + LOAD_ADDRESS, g_code, sizeof(g_code)); in main()
1043 FLOAT32 dist, dist_min, g_pitch, g_code; in iusace_acelp_quant_gain() local1069 g_code = pred_code_gain * *p2_qua_gain_table++; in iusace_acelp_quant_gain()1071 g_code * g_code * tgt_cb_corr_data[2] + g_code * tgt_cb_corr_data[3] + in iusace_acelp_quant_gain()1072 g_pitch * g_code * tgt_cb_corr_data[4]; in iusace_acelp_quant_gain()