HomeSort by relevance Sort by last modified time
    Searched defs:shuffle0 (Results 1 - 2 of 2) sorted by null

  /external/libhevc/common/x86/
ihevc_tables_x86_intr.c 113 const WORD32 shuffle0[2] = { 0x80098001, 0x800e8006 }; variable
  /external/webp/src/dsp/
lossless_neon.c 95 const uint8x8_t shuffle0 = vld1_u8(kBGRShuffle[0]); local
105 vst1_u8(dst + 0, vtbl4_u8(pixels, shuffle0));
122 const uint8x8_t shuffle0 = vld1_u8(kRGBShuffle[0]); local
132 vst1_u8(dst + 0, vtbl4_u8(pixels, shuffle0));

Completed in 461 milliseconds