Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.h53 double frame_sr_coded_error; member
Dpass2_strategy.c473 *features++ = (float)(first_frame->frame_sr_coded_error / num_mbs); in get_features_from_gf_stats()
478 *features++ = (float)(last_frame->frame_sr_coded_error / num_mbs); in get_features_from_gf_stats()
1605 first_frame_stats.frame_sr_coded_error = this_frame->sr_coded_error; in define_gf_group()
1650 last_frame_stats.frame_sr_coded_error = next_frame.sr_coded_error; in define_gf_group()