Home
last modified time | relevance | path

Searched refs:g_ptr (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c332 const uint8_t* const g_ptr, in ImportOneRow() argument
342 dst[i + 1 * w] = UpLift(g_ptr[off]); in ImportOneRow()
446 const uint8_t* g_ptr, in PreprocessARGB() argument
493 ImportOneRow(r_ptr, g_ptr, b_ptr, step, picture->width, src1); in PreprocessARGB()
495 ImportOneRow(r_ptr + rgb_stride, g_ptr + rgb_stride, b_ptr + rgb_stride, in PreprocessARGB()
512 g_ptr += 2 * rgb_stride; in PreprocessARGB()
755 const uint8_t* const g_ptr, in ConvertRowToY() argument
763 dst_y[i] = RGBToY(r_ptr[j], g_ptr[j], b_ptr[j], rg); in ConvertRowToY()
768 const uint8_t* const g_ptr, in AccumulateRGBA() argument
780 g = SUM4(g_ptr + j, 4); in AccumulateRGBA()
[all …]