HomeSort by relevance Sort by last modified time
    Searched refs:inv_zig_zag (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.c 14 static const uint16_t inv_zig_zag[16] = { variable
31 const uint16x8_t zig_zag0 = vld1q_u16(inv_zig_zag),
32 zig_zag1 = vld1q_u16(inv_zig_zag + 8);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
quantize_msa.c 21 v16i8 inv_zig_zag = { 0, 1, 5, 6, 2, 4, 7, 12, local
36 ILVRL_B2_SH(zero, inv_zig_zag, inv_zig_zag0, inv_zig_zag1);
100 v16i8 inv_zig_zag = { 0, 1, 5, 6, 2, 4, 7, 12, local
116 ILVRL_B2_SH(zero, inv_zig_zag, inv_zig_zag0, inv_zig_zag1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 101 adr r0, inv_zig_zag ; load ptr of inverse zigzag table
184 adr r0, inv_zig_zag ; load ptr of inverse zigzag table
251 inv_zig_zag label

Completed in 252 milliseconds