Home | History | Annotate | Download | only in decoder

Lines Matching refs:rtcd

40     struct vp8_dboolhuff_rtcd_vtable *rtcd;
88 * functions right now. Disable RTCD to avoid using
101 /* wrapper functions to hide RTCD. static means inline means hopefully no
105 struct vp8_dboolhuff_rtcd_vtable *rtcd,
108 br->rtcd = rtcd;
110 return DBOOLHUFF_INVOKE(rtcd, start)(br, source, source_sz);
113 DBOOLHUFF_INVOKE(br->rtcd, fill)(br);
145 *return DBOOLHUFF_INVOKE(br->rtcd, debool)(br, probability);
197 *return DBOOLHUFF_INVOKE(br->rtcd, devalue)(br, bits);