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

  /external/libvpx/vp8/decoder/arm/
arm_dsystemdependent.c 17 #include "dboolhuff.h"
39 pbi->dboolhuff.start = vp8dx_start_decode_c;
40 pbi->dboolhuff.fill = vp8dx_bool_decoder_fill_c;
41 pbi->dboolhuff.debool = vp8dx_decode_bool_c;
42 pbi->dboolhuff.devalue = vp8dx_decode_value_c;
58 pbi->dboolhuff.start = vp8dx_start_decode_c;
59 pbi->dboolhuff.fill = vp8dx_bool_decoder_fill_c;
60 pbi->dboolhuff.debool = vp8dx_decode_bool_c;
61 pbi->dboolhuff.devalue = vp8dx_decode_value_c;
  /external/libvpx/vp8/decoder/generic/
dsystemdependent.c 30 pbi->dboolhuff.start = vp8dx_start_decode_c;
31 pbi->dboolhuff.fill = vp8dx_bool_decoder_fill_c;
33 pbi->dboolhuff.debool = vp8dx_decode_bool_c;
34 pbi->dboolhuff.devalue = vp8dx_decode_value_c;
  /external/libvpx/vp8/
vp8dx.mk 54 VP8_DX_SRCS-yes += decoder/dboolhuff.c
60 VP8_DX_SRCS-yes += decoder/dboolhuff.h
  /external/libvpx/vp8/decoder/
onyxd_int.h 128 struct vp8_dboolhuff_rtcd_vtable dboolhuff; member in struct:VP8Decompressor
decodframe.c 36 #include "dboolhuff.h"
470 if (vp8dx_start_decode(bool_decoder, IF_RTCD(&pbi->dboolhuff),
642 if (vp8dx_start_decode(bc, IF_RTCD(&pbi->dboolhuff),
  /external/libvpx/
Android.mk 47 vp8/decoder/dboolhuff.c \

Completed in 110 milliseconds