Home
last modified time | relevance | path

Searched defs:r_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c331 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
/third_party/ffmpeg/libavfilter/
Daf_compensationdelay.c130 unsigned r_ptr, w_ptr = 0; in filter_frame() local