Home
last modified time | relevance | path

Searched refs:TOSIGNED (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg2meet.c492 #define TOSIGNED(val) (((val) >> 1) ^ -((val) & 1)) macro
498 return mid_pred(N, N + W - NW, W) - TOSIGNED(delta); in epic_decode_component_pred()
536 R = ((pred >> R_shift) & 0xFF) - TOSIGNED(delta); in epic_decode_pixel_pred()
539 G = ((pred >> G_shift) & 0xFF) - TOSIGNED(delta); in epic_decode_pixel_pred()
542 B = ((pred >> B_shift) & 0xFF) - TOSIGNED(delta); in epic_decode_pixel_pred()
H A Dproresdec2.c463 #define TOSIGNED(x) (((x) >> 1) ^ (-((x) & 1))) macro
478 prev_dc = TOSIGNED(code); in decode_dc_coeffs()

Completed in 5 milliseconds