OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_fast_quantize_b_c
(Results
1 - 13
of
13
) sorted by null
/external/libvpx/libvpx/test/
quantize_test.cc
173
make_tuple(&vp8_fast_quantize_b_sse2, &
vp8_fast_quantize_b_c
),
180
&
vp8_fast_quantize_b_c
)));
193
&
vp8_fast_quantize_b_c
)));
200
make_tuple(&vp8_fast_quantize_b_msa, &
vp8_fast_quantize_b_c
),
208
make_tuple(&vp8_fast_quantize_b_mmi, &
vp8_fast_quantize_b_c
),
/external/libvpx/config/arm/
vp8_rtcd.h
78
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
79
#define vp8_fast_quantize_b
vp8_fast_quantize_b_c
/external/libvpx/config/generic/
vp8_rtcd.h
78
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
79
#define vp8_fast_quantize_b
vp8_fast_quantize_b_c
/external/libvpx/config/mips32/
vp8_rtcd.h
78
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
79
#define vp8_fast_quantize_b
vp8_fast_quantize_b_c
/external/libvpx/config/mips32-dspr2/
vp8_rtcd.h
85
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
86
#define vp8_fast_quantize_b
vp8_fast_quantize_b_c
/external/libvpx/config/mips64/
vp8_rtcd.h
78
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
79
#define vp8_fast_quantize_b
vp8_fast_quantize_b_c
/external/libvpx/config/arm-neon/
vp8_rtcd.h
92
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
/external/libvpx/config/arm64/
vp8_rtcd.h
92
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
/external/libvpx/config/mips32-msa/
vp8_rtcd.h
94
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
/external/libvpx/config/mips64-msa/
vp8_rtcd.h
94
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
/external/libvpx/config/x86/
vp8_rtcd.h
110
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
/external/libvpx/config/x86_64/
vp8_rtcd.h
110
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
/external/libvpx/libvpx/vp8/encoder/
vp8_quantize.c
18
void
vp8_fast_quantize_b_c
(BLOCK *b, BLOCKD *d) {
function
Completed in 1579 milliseconds