Home
last modified time | relevance | path

Searched refs:clamp_type (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Donyxc_int.h74 CLAMP_TYPE clamp_type; member
Dalloccommon.c177 oci->clamp_type = RECON_CLAMP_REQUIRED; in vp8_create_common()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c987 pc->clamp_type = (CLAMP_TYPE)vp8_read_bit(bc); in vp8_decode_frame()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c1061 vp8_write_bit(bc, pc->clamp_type); in vp8_pack_bitstream()