Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds