Searched refs:clamp_type (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxc_int.h79 CLAMP_TYPE clamp_type; member in struct:VP8Common
H A Dalloccommon.c176 oci->clamp_type = RECON_CLAMP_REQUIRED;
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h79 CLAMP_TYPE clamp_type; member in struct:VP8Common
H A Dalloccommon.c176 oci->clamp_type = RECON_CLAMP_REQUIRED;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c1091 pc->clamp_type = (CLAMP_TYPE)vp8_read_bit(bc);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dbitstream.c1325 vp8_write_bit(bc, pc->clamp_type);
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c1083 pc->clamp_type = (CLAMP_TYPE)vp8_read_bit(bc);
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c1326 vp8_write_bit(bc, pc->clamp_type);

Completed in 130 milliseconds