Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsunrastenc.c92 #define GET_VALUE y >= avctx->height ? 0 : x >= len ? ptr[len-1] : ptr[x] in sunrast_image_write_image() macro
95 value2 = GET_VALUE; in sunrast_image_write_image()
105 value2 = GET_VALUE; in sunrast_image_write_image()
113 value2 = GET_VALUE; in sunrast_image_write_image()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_mips_dsp_r2.c22 #define MAP_COLOR_FUNCS(FUNC_NAME, TYPE, GET_INDEX, GET_VALUE) \ argument
84 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
Dlossless.c330 GET_INDEX, GET_VALUE) \ argument
337 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
361 *dst++ = GET_VALUE(color_map[packed_pixels & bit_mask]); \