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

  /external/tremolo/Tremolo/
codebook.c 75 ret|=((ogg_uint16_t *)(b->q_val))[off]<<(b->q_bits*j);
373 if(b->q_val)_ogg_free(b->q_val);
505 s->q_val=alloca(sizeof(ogg_uint16_t)*quantvals);
506 if (!s->q_val) goto _eofout;
508 ((ogg_uint16_t *)s->q_val)[i]=(ogg_uint16_t)oggpack_read(opb,s->q_bits);
511 s->q_val=0; /* cleanup must not free alloca memory */
521 s->q_val=0; /* cleanup must not free alloca memory */
525 s->q_val=0; /* about to go out of scope; _make_decode_table
533 s->q_val=_ogg_malloc(quantvals)
    [all...]
codebook.h 60 void *q_val; member in struct:codebook
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

Completed in 40 milliseconds