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

  /external/bluetooth/glib/tests/gobject/
ifaceinit.c 54 guint base_val; member in struct:_TestIfaceClass
256 g_assert (iface->base_val == 0x110011);
271 iface->base_val = 0x110011;
276 g_assert (iface->base_val == 0x110011);
291 iface->base_val = 0x220022;
301 iface->base_val = 0x330033;
311 iface->base_val = 0x440044;
321 iface->base_val = 0x550055;
331 iface->base_val = 0x660066;
411 g_assert (iface && iface->val == 0x10001 && iface->base_val == 0x110011)
    [all...]
  /external/libvpx/vp8/common/
entropy.h 47 int base_val; member in struct:__anon5068
  /external/libvpx/vp8/encoder/arm/
vpx_vp8_enc_asm_offsets.c 56 DEFINE(vp8_extra_bit_struct_base_val, offsetof(vp8_extra_bit_struct, base_val));
  /external/libvpx/vp8/encoder/
tokenize.c 59 while (++j < 11 && e[j].base_val <= a) {}
62 eb |= (a - e[j].base_val) << 1;
75 if (p->base_val)
bitstream.c 257 if (b->base_val)
472 if (b->base_val)
676 if (b->base_val)
    [all...]
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 156 ; if( b->base_val)
vp8_packtokens_mbrow_armv5.asm 177 ; if( b->base_val)
vp8_packtokens_partitions_armv5.asm 205 ; if( b->base_val)

Completed in 252 milliseconds