Searched refs:plane_to_code_lut (Results 1 – 1 of 1) sorted by relevance
37 static const uint8_t plane_to_code_lut[128] = { variable53 return plane_to_code_lut[yoffset * 16 + 8 - xoffset] + 1; in VP8LDistanceToPlaneCode()55 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1; in VP8LDistanceToPlaneCode()