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

  /external/libvpx/libvpx/vp8/common/
alloccommon.c 134 cm->filter_type = NORMAL_LOOPFILTER;
146 cm->filter_type = NORMAL_LOOPFILTER;
159 cm->filter_type = NORMAL_LOOPFILTER;
173 oci->filter_type = NORMAL_LOOPFILTER;
loopfilter.h 27 typedef enum { NORMAL_LOOPFILTER = 0, SIMPLE_LOOPFILTER = 1 } LOOPFILTERTYPE;
vp8_loopfilter.c 295 if (cm->filter_type == NORMAL_LOOPFILTER) {
430 if (cm->filter_type == NORMAL_LOOPFILTER) {
528 if (cm->filter_type == NORMAL_LOOPFILTER) {
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 607 if (pc->filter_type == NORMAL_LOOPFILTER) {
644 if (pc->filter_type == NORMAL_LOOPFILTER) {
    [all...]
threading.c 488 if (pc->filter_type == NORMAL_LOOPFILTER) {
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]

Completed in 6209 milliseconds