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

  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 60 } CLAMP_TYPE;
74 CLAMP_TYPE clamp_type; member in struct:VP8Common
alloccommon.c 177 oci->clamp_type = RECON_CLAMP_REQUIRED;
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 987 pc->clamp_type = (CLAMP_TYPE)vp8_read_bit(bc);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 1061 vp8_write_bit(bc, pc->clamp_type);
    [all...]

Completed in 76 milliseconds