Searched defs:r_ptr (Results 1 – 2 of 2) sorted by relevance
331 static void ImportOneRow(const uint8_t* const r_ptr, in ImportOneRow()445 static int PreprocessARGB(const uint8_t* r_ptr, in PreprocessARGB()754 static WEBP_INLINE void ConvertRowToY(const uint8_t* const r_ptr, in ConvertRowToY()767 static WEBP_INLINE void AccumulateRGBA(const uint8_t* const r_ptr, in AccumulateRGBA()811 static WEBP_INLINE void AccumulateRGB(const uint8_t* const r_ptr, in AccumulateRGB()842 static int ImportYUVAFromRGBA(const uint8_t* r_ptr, in ImportYUVAFromRGBA()1103 const uint8_t* r_ptr = rgb + (swap_rb ? 2 : 0); in Import() local
130 unsigned r_ptr, w_ptr = 0; in filter_frame() local