Lines Matching defs:offset
275 case 0: { /* VLC delta offset */
294 case 1: { /* CLC offset */
324 case 3: { /* VLC offset with baseline */
778 const ptrdiff_t offset = wsize*frame_idx*sizeof(float);
779 float *dst = (float *)(frame->extended_data[dst_idx] + offset);
845 unsigned *buf_offset, int offset)
853 offset, INIT_VLC_STATIC_OVERLONG, NULL);
861 unsigned offset = 0;
869 hf->size, &tab, &offset, 0);
878 * the values in the source table are offset by 16 to make
881 hf->size, &tab, &offset, -16);
891 hf->size, &tab, &offset, 0);