Searched refs:VP8LDistanceToPlaneCode (Results 1 – 2 of 2) sorted by relevance
28 extern int VP8LDistanceToPlaneCode(int xsize, int dist);72 VP8LHistogramAddSinglePixOrCopy(histo, c.cur_pos, VP8LDistanceToPlaneCode, in CostModelBuild()622 const int code = VP8LDistanceToPlaneCode(xsize, offset); in BackwardReferencesHashChainDistanceOnly()
49 extern int VP8LDistanceToPlaneCode(int xsize, int dist);50 int VP8LDistanceToPlaneCode(int xsize, int dist) { in VP8LDistanceToPlaneCode() function597 plane_code = VP8LDistanceToPlaneCode(xsize, offset) - 1; in BackwardReferencesLz77Box()714 const int transformed_dist = VP8LDistanceToPlaneCode(xsize, dist); in BackwardReferences2DLocality()