Home
last modified time | relevance | path

Searched refs:TplFrameDepStats (Results 1 – 3 of 3) sorted by relevance

/external/libaom/av1/qmode_rc/
Dratectrl_qmode.h37 struct TplFrameDepStats { struct
44 std::vector<TplFrameDepStats> frame_dep_stats_list; argument
68 TplFrameDepStats CreateTplFrameDepStats(int frame_height, int frame_width,
74 StatusOr<TplFrameDepStats> CreateTplFrameDepStatsWithoutPropagation(
80 const TplFrameDepStats &frame_dep_stats);
83 const TplFrameDepStats &frame_dep_stats);
85 double TplFrameDepStatsAccumulate(const TplFrameDepStats &frame_dep_stats);
Dratectrl_qmode.cc897 TplFrameDepStats CreateTplFrameDepStats(int frame_height, int frame_width, in CreateTplFrameDepStats()
901 TplFrameDepStats frame_dep_stats; in CreateTplFrameDepStats()
984 StatusOr<TplFrameDepStats> CreateTplFrameDepStatsWithoutPropagation( in CreateTplFrameDepStatsWithoutPropagation()
987 return TplFrameDepStats(); in CreateTplFrameDepStatsWithoutPropagation()
994 TplFrameDepStats frame_dep_stats = CreateTplFrameDepStats( in CreateTplFrameDepStatsWithoutPropagation()
1057 const TplFrameDepStats &frame_dep_stats) { in TplFrameDepStatsAccumulateIntraCost()
1069 const TplFrameDepStats &frame_dep_stats) { in TplFrameDepStatsAccumulateInterCost()
1080 double TplFrameDepStatsAccumulate(const TplFrameDepStats &frame_dep_stats) { in TplFrameDepStatsAccumulate()
1112 TplFrameDepStats *frame_dep_stats = in TplFrameDepStatsPropagate()
1135 TplFrameDepStats &ref_frame_dep_stats = in TplFrameDepStatsPropagate()
[all …]
/external/libaom/test/
Dratectrl_qmode_test.cc386 StatusOr<TplFrameDepStats> frame_dep_stats = in TEST_F()
456 TplFrameDepStats frame_dep_stats0 = in TEST_F()
462 const StatusOr<TplFrameDepStats> frame_dep_stats1 = in TEST_F()
493 const TplFrameDepStats frame_dep_stats0 = in TEST_F()
499 const TplFrameDepStats frame_dep_stats1 = in TEST_F()
505 const StatusOr<TplFrameDepStats> frame_dep_stats2 = in TEST_F()
552 const StatusOr<TplFrameDepStats> frame_dep_stats = in TEST_F()