Searched refs:vert_corr (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 2549 float hor_corr, vert_corr; in PrintTransformUnitStats() local 2551 &vert_corr); in PrintTransformUnitStats() 2552 fprintf(fout, " %g %g %g", mean, hor_corr, vert_corr); in PrintTransformUnitStats() 2673 float hor_corr, vert_corr; in PrintPredictionUnitStats() local 2675 &vert_corr); in PrintPredictionUnitStats() 2676 fprintf(fout, " %g %g %g", mean, hor_corr, vert_corr); in PrintPredictionUnitStats() 2768 float hor_corr, vert_corr; in model_rd_with_dnn() local 2770 &vert_corr); in model_rd_with_dnn() 2780 features[7] = (float)vert_corr; in model_rd_with_dnn()
|