Home
last modified time | relevance | path

Searched refs:MAX_REF_LF_DELTAS (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter.h29 #define MAX_REF_LF_DELTAS 4 macro
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/vp8/common/
Dblockd.h34 #define MAX_REF_LF_DELTAS 4 macro
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/vp9/encoder/
Dvp9_onyx_int.h60 signed char last_ref_lf_deltas[MAX_REF_LF_DELTAS];
Dvp9_bitstream.c698 for (i = 0; i < MAX_REF_LF_DELTAS; i++) { in encode_loopfilter()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c1158 for (i = 0; i < MAX_REF_LF_DELTAS; i++) in vp8_decode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c1419 for (i = 0; i < MAX_REF_LF_DELTAS; i++) in vp8_pack_bitstream()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c557 for (i = 0; i < MAX_REF_LF_DELTAS; i++) in setup_loopfilter()