Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c749 double gf_group_inactive_zone_rows = 0.0; in define_gf_group() local
802 gf_group_inactive_zone_rows -= this_frame->inactive_zone_rows; in define_gf_group()
828 gf_group_inactive_zone_rows += this_frame->inactive_zone_rows; in define_gf_group()
1029 ((gf_group_inactive_zone_rows * 2) / in define_gf_group()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2424 double gf_group_inactive_zone_rows = 0.0; in define_gf_group() local
2478 gf_group_inactive_zone_rows -= this_frame->inactive_zone_rows; in define_gf_group()
2549 gf_group_inactive_zone_rows += this_frame->inactive_zone_rows; in define_gf_group()
2668 ((gf_group_inactive_zone_rows * 2) / in define_gf_group()