Searched refs:vdist (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tx_search.c | 830 double hdist[4] = { 0 }, vdist[4] = { 0 }; in PrintTransformUnitStats() local 832 1, hdist, vdist); in PrintTransformUnitStats() 834 hdist[3], vdist[0], vdist[1], vdist[2], vdist[3]); in PrintTransformUnitStats() 1032 double hdist[4] = { 0 }, vdist[4] = { 0 }; in PrintPredictionUnitStats() local 1034 dst_stride, 1, hdist, vdist); in PrintPredictionUnitStats() 1036 hdist[3], vdist[0], vdist[1], vdist[2], vdist[3]); in PrintPredictionUnitStats()
|