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

  /external/tremolo/Tremolo/
codebook.h 60 void *q_val; member in struct:codebook
codebook.c 75 ret|=((ogg_uint16_t *)(b->q_val))[off]<<(b->q_bits*j);
378 if(b->q_val)_ogg_free(b->q_val);
510 s->q_val=alloca(sizeof(ogg_uint16_t)*quantvals);
511 if (!s->q_val) goto _eofout;
513 ((ogg_uint16_t *)s->q_val)[i]=(ogg_uint16_t)oggpack_read(opb,s->q_bits);
516 s->q_val=0; /* cleanup must not free alloca memory */
526 s->q_val=0; /* cleanup must not free alloca memory */
530 s->q_val=0; /* about to go out of scope; _make_decode_table
538 s->q_val=_ogg_malloc(quantvals)
    [all...]
dpen.s 319 LDR r4, [r4,#48] @ r4 = s->q_val
364 LDR r4, [r4,#52] @ r4 = s->q_val
367 MLA r4,r1,r8,r4 @ r4 = ptr = s->q_val+entry*s->q_pack
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 2800 double q_val; local
    [all...]

Completed in 3713 milliseconds