Searched refs:hor_corr (Results 1 – 3 of 3) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cl_tnr_handler.h | 74 float hor_corr; /*!< horizontal direction (X) correlation */ member
|
D | cl_tnr_handler.cpp | 44 , hor_corr (0) in CLTnrMotionInfo()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 2549 float hor_corr, vert_corr; in PrintTransformUnitStats() local 2550 av1_get_horver_correlation_full(src_diff, diff_stride, txw, txh, &hor_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 2674 av1_get_horver_correlation_full(src_diff, diff_stride, bw, bh, &hor_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 2769 av1_get_horver_correlation_full(src_diff, diff_stride, bw, bh, &hor_corr, in model_rd_with_dnn() 2773 features[0] = (float)hor_corr; in model_rd_with_dnn()
|