Home
last modified time | relevance | path

Searched refs:dboolhuff (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp8/decoder/arm/
Darm_dsystemdependent.c39 pbi->dboolhuff.start = vp8dx_start_decode_c; in vp8_arch_arm_decode_init()
40 pbi->dboolhuff.fill = vp8dx_bool_decoder_fill_c; in vp8_arch_arm_decode_init()
41 pbi->dboolhuff.debool = vp8dx_decode_bool_c; in vp8_arch_arm_decode_init()
42 pbi->dboolhuff.devalue = vp8dx_decode_value_c; in vp8_arch_arm_decode_init()
58 pbi->dboolhuff.start = vp8dx_start_decode_c; in vp8_arch_arm_decode_init()
59 pbi->dboolhuff.fill = vp8dx_bool_decoder_fill_c; in vp8_arch_arm_decode_init()
60 pbi->dboolhuff.debool = vp8dx_decode_bool_c; in vp8_arch_arm_decode_init()
61 pbi->dboolhuff.devalue = vp8dx_decode_value_c; in vp8_arch_arm_decode_init()
/external/libvpx/vp8/decoder/generic/
Ddsystemdependent.c30 pbi->dboolhuff.start = vp8dx_start_decode_c; in vp8_dmachine_specific_config()
31 pbi->dboolhuff.fill = vp8dx_bool_decoder_fill_c; in vp8_dmachine_specific_config()
33 pbi->dboolhuff.debool = vp8dx_decode_bool_c; in vp8_dmachine_specific_config()
34 pbi->dboolhuff.devalue = vp8dx_decode_value_c; in vp8_dmachine_specific_config()
/external/libvpx/vp8/
Dvp8dx.mk54 VP8_DX_SRCS-yes += decoder/dboolhuff.c
60 VP8_DX_SRCS-yes += decoder/dboolhuff.h
/external/libvpx/vp8/decoder/
Donyxd_int.h128 struct vp8_dboolhuff_rtcd_vtable dboolhuff; member
Ddecodframe.c470 if (vp8dx_start_decode(bool_decoder, IF_RTCD(&pbi->dboolhuff), in setup_token_decoder()
642 if (vp8dx_start_decode(bc, IF_RTCD(&pbi->dboolhuff), in vp8_decode_frame()
/external/libvpx/
DAndroid.mk47 vp8/decoder/dboolhuff.c \