OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loopfilter
(Results
1 - 25
of
47
) sorted by null
1
2
/external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h
28
struct
loopfilter
{
struct
60
/* assorted
loopfilter
functions which get used elsewhere */
85
//
loopfilter
. the planes are necessary as their state
vp9_loopfilter.c
55
// A
loopfilter
should be applied to every other 8x8 horizontally.
79
// A
loopfilter
should be applied to every other 4 the row vertically.
266
struct
loopfilter
*lf = &cm->lf;
288
struct
loopfilter
*const lf = &cm->lf;
778
// The largest
loopfilter
we have is 16x16 so we use the 16x16 mask
[
all
...]
/external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c
11
#include "vp8/common/
loopfilter
.h"
/external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_int.h
44
int do_loopfilter_inline; // apply
loopfilter
to available rows immediately
/external/libvpx/libvpx/vp8/common/arm/
loopfilter_arm.c
14
#include "vp8/common/
loopfilter
.h"
47
/* ARMV6/MEDIA
loopfilter
functions*/
122
/* NEON
loopfilter
functions */
/external/libvpx/libvpx/vp8/common/
loopfilter.h
69
/* assorted
loopfilter
functions which get used elsewhere */
onyxc_int.h
18
#include "
loopfilter
.h"
/external/libvpx/libvpx/
CHANGELOG
25
Fixes multithreaded encoder race condition in
loopfilter
234
Encoder
loopfilter
running in its own thread
235
Reworked
loopfilter
to precalculate more parameters
307
Dont pick encoder filter level when
loopfilter
is disabled.
429
Fix
loopfilter
delta zero transitions
482
Improve SSE2
loopfilter
functions
484
Avoid
loopfilter
reinitialization when possible
/external/libvpx/libvpx/examples/
vp8_set_maps.txt
22
columns, where the quantizer,
loopfilter
, and static threshold differ
/external/libvpx/libvpx/vp8/common/ppc/
loopfilter_altivec.c
12
#include "
loopfilter
.h"
systemdependent.c
13
#include "
loopfilter
.h"
/external/libvpx/generic/
libvpx_srcs.txt
31
vp8/common/
loopfilter
.c
33
vp8/common/
loopfilter
.h
/external/libvpx/mips/
libvpx_srcs.txt
31
vp8/common/
loopfilter
.c
33
vp8/common/
loopfilter
.h
/external/libvpx/armv7a/
libvpx_srcs.txt
59
vp8/common/
loopfilter
.c
61
vp8/common/
loopfilter
.h
/external/libvpx/mips-dspr2/
libvpx_srcs.txt
31
vp8/common/
loopfilter
.c
33
vp8/common/
loopfilter
.h
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h
229
uint8_t
loopfilter
;
member in struct:pipe_vc1_picture_desc
/external/libvpx/libvpx/vp8/common/x86/
loopfilter_x86.c
13
#include "vp8/common/
loopfilter
.h"
/external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c
99
struct
loopfilter
*const lf = &cm->lf;
/external/mesa3d/src/gallium/include/pipe/
p_video_state.h
229
uint8_t
loopfilter
;
member in struct:pipe_vc1_picture_desc
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c
307
picture->
loopfilter
= picture_info->
loopfilter
;
/external/libvpx/armv7a-neon/
libvpx_srcs.txt
90
vp8/common/
loopfilter
.c
92
vp8/common/
loopfilter
.h
/external/libvpx/libvpx/vp8/
vp8_common.mk
42
VP8_COMMON_SRCS-yes += common/
loopfilter
.h
56
VP8_COMMON_SRCS-yes += common/
loopfilter
.c
/external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c
307
picture->
loopfilter
= picture_info->
loopfilter
;
/external/libvpx/libvpx/vp8/decoder/
threading.c
21
#include "vp8/common/
loopfilter
.h"
110
/* Special case: Force the
loopfilter
to skip when eobtotal is zero */
522
/*
loopfilter
on this macroblock. */
/external/libvpx/libvpx/vp8/encoder/
picklpf.c
19
#include "vp8/common/
loopfilter
.h"
Completed in 1495 milliseconds
1
2