Lines Matching refs:frame_ok
167 WORD32 frame_ok, WORD32 chn) { in ixheaacd_usac_ec_interpolate_frame() argument
198 if (!frame_ok) { in ixheaacd_usac_ec_interpolate_frame()
208 if (frame_ok && pstr_ec_state->prev_frame_ok[0] && in ixheaacd_usac_ec_interpolate_frame()
310 static VOID ixheaacd_usac_lpc_ec_state(ia_ec_state_str *pstr_ec_state, WORD32 frame_ok) { in ixheaacd_usac_lpc_ec_state() argument
311 if (frame_ok == 0) { in ixheaacd_usac_lpc_ec_state()
332 static VOID ixheaacd_usac_ec_state(ia_ec_state_str *pstr_ec_state, WORD32 frame_ok) { in ixheaacd_usac_ec_state() argument
334 (pstr_ec_state->prev_frame_ok[1] << 1) + (frame_ok); in ixheaacd_usac_ec_state()
428 (pstr_usac_data->frame_ok == 1 && pstr_ec_state->prev_frame_ok[1] == 1)) { in ixheaacd_usac_ec_save_states()
472 WORD32 frame_ok = pstr_usac_data->frame_ok; in ixheaacd_usac_apply_ec() local
480 ixheaacd_usac_ec_state(pstr_ec_state, frame_ok); in ixheaacd_usac_apply_ec()
487 frame_ok, ch); in ixheaacd_usac_apply_ec()
490 if (!frame_ok) { in ixheaacd_usac_apply_ec()
507 ixheaacd_usac_lpc_ec_state(pstr_ec_state, frame_ok); in ixheaacd_usac_apply_ec()
521 if (!frame_ok) { in ixheaacd_usac_apply_ec()
527 pstr_ec_state->prev_frame_ok[1] = frame_ok; in ixheaacd_usac_apply_ec()