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

/external/qemu/target-arm/
H A Diwmmxt_helper.c330 #define AVGB(SHR) ((( \ macro
336 a = AVGB(0) | AVGB(8) | AVGB(16) | AVGB(24) | \
337 AVGB(32) | AVGB(40) | AVGB(48) | AVGB(56); \
352 #undef AVGB macro
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_common.cc347 #define AVGB(a, b) (((a) + (b) + 1) >> 1) macro
363 uint8 ab = AVGB(AVGB(src_rgb0[B], src_rgb1[B]), \
364 AVGB(src_rgb0[B + BPP], src_rgb1[B + BPP])); \
365 uint8 ag = AVGB(AVGB(src_rgb0[G], src_rgb1[G]), \
366 AVGB(src_rgb0[G + BPP], src_rgb1[G + BPP])); \
367 uint8 ar = AVGB(AVGB(src_rgb0[R], src_rgb1[R]), \
368 AVGB(src_rgb
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drow_common.cc347 #define AVGB(a, b) (((a) + (b) + 1) >> 1) macro
363 uint8 ab = AVGB(AVGB(src_rgb0[B], src_rgb1[B]), \
364 AVGB(src_rgb0[B + BPP], src_rgb1[B + BPP])); \
365 uint8 ag = AVGB(AVGB(src_rgb0[G], src_rgb1[G]), \
366 AVGB(src_rgb0[G + BPP], src_rgb1[G + BPP])); \
367 uint8 ar = AVGB(AVGB(src_rgb0[R], src_rgb1[R]), \
368 AVGB(src_rgb
[all...]

Completed in 188 milliseconds