Home
last modified time | relevance | path

Searched defs:estimate_value (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/tools/gop_bitrate/
H A Danalyze_data.py6 estimate_value = 0 variable
12 estimate_value = float(line[19:].strip()) variable
17 estimate_value = 0 variable
/aosp_15_r20/external/libaom/tools/txfm_analyzer/
H A Dtxfm_graph.cc264 void estimate_value(Node *node, int stage_num, int node_num, int stage_idx, in estimate_value() function