HomeSort by relevance Sort by last modified time
    Searched full:align16 (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 50 #define ALIGN16 16
407 return ALIGN(width, ALIGN16);
411 return ALIGN(width, ALIGN16);
425 return ALIGN(width, ALIGN16) * height;
429 size_t alignedw = ALIGN(width, ALIGN16);
461 alignedw = ALIGN(width, ALIGN16);
462 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN16) * (height/2) * 2), ALIGN4K);
470 alignedw = ALIGN(width, ALIGN16);
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 30 #define ALIGN16(var) __declspec(align(16)) var
32 #define ALIGN16(var) var __attribute__((aligned(16)))
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 51 _16 SETS "ALIGN16"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 51 _16 SETS "ALIGN16"
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 507 HReg align16 = newVRegI(env); local
514 PPCInstr_LI(align16, 0xFFFFFFFFFFFFFFF0ULL, env->mode64));
515 addInstr(env, PPCInstr_Alu(Palu_AND, r,r, PPCRH_Reg(align16)));
    [all...]

Completed in 1223 milliseconds