Searched refs:VP8LDistanceToPlaneCode (Results 1 – 2 of 2) sorted by relevance
48 extern int VP8LDistanceToPlaneCode(int xsize, int dist);49 int VP8LDistanceToPlaneCode(int xsize, int dist) { in VP8LDistanceToPlaneCode() function565 plane_code = VP8LDistanceToPlaneCode(xsize, offset) - 1; in BackwardReferencesLz77Box()682 const int transformed_dist = VP8LDistanceToPlaneCode(xsize, dist); in BackwardReferences2DLocality()
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()