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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_loopfilter.h 29 #define MAX_REF_LF_DELTAS 4
42 signed char ref_deltas[MAX_REF_LF_DELTAS];
43 signed char last_ref_deltas[MAX_REF_LF_DELTAS];
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h 29 #define MAX_REF_LF_DELTAS 4
42 signed char ref_deltas[MAX_REF_LF_DELTAS];
43 signed char last_ref_deltas[MAX_REF_LF_DELTAS];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.h 29 #define MAX_REF_LF_DELTAS 4
42 signed char ref_deltas[MAX_REF_LF_DELTAS];
43 signed char last_ref_deltas[MAX_REF_LF_DELTAS];
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
blockd.h 34 #define MAX_REF_LF_DELTAS 4
269 signed char last_ref_lf_deltas[MAX_REF_LF_DELTAS]; /* 0 = Intra, Last, GF, ARF */
270 signed char ref_lf_deltas[MAX_REF_LF_DELTAS]; /* 0 = Intra, Last, GF, ARF */
  /external/libvpx/libvpx/vp8/common/
blockd.h 34 #define MAX_REF_LF_DELTAS 4
269 signed char last_ref_lf_deltas[MAX_REF_LF_DELTAS]; /* 0 = Intra, Last, GF, ARF */
270 signed char ref_lf_deltas[MAX_REF_LF_DELTAS]; /* 0 = Intra, Last, GF, ARF */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
blockd.h 34 #define MAX_REF_LF_DELTAS 4
269 signed char last_ref_lf_deltas[MAX_REF_LF_DELTAS]; /* 0 = Intra, Last, GF, ARF */
270 signed char ref_lf_deltas[MAX_REF_LF_DELTAS]; /* 0 = Intra, Last, GF, ARF */

Completed in 131 milliseconds