Home
last modified time | relevance | path

Searched refs:frame_tr_coded_error (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.h54 double frame_tr_coded_error; member
Dpass2_strategy.c474 *features++ = (float)(first_frame->frame_tr_coded_error / num_mbs); in get_features_from_gf_stats()
479 *features++ = (float)(last_frame->frame_tr_coded_error / num_mbs); in get_features_from_gf_stats()
1606 first_frame_stats.frame_tr_coded_error = this_frame->tr_coded_error; in define_gf_group()
1651 last_frame_stats.frame_tr_coded_error = next_frame.tr_coded_error; in define_gf_group()