OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_regular_quantize_b_c
(Results
1 - 13
of
13
) sorted by null
/external/libvpx/libvpx/test/
quantize_test.cc
174
make_tuple(&vp8_regular_quantize_b_sse2, &
vp8_regular_quantize_b_c
)));
187
&
vp8_regular_quantize_b_c
)));
201
make_tuple(&vp8_regular_quantize_b_msa, &
vp8_regular_quantize_b_c
)));
209
make_tuple(&vp8_regular_quantize_b_mmi, &
vp8_regular_quantize_b_c
)));
/external/libvpx/config/arm/
vp8_rtcd.h
117
void
vp8_regular_quantize_b_c
(struct block *, struct blockd *);
118
#define vp8_regular_quantize_b
vp8_regular_quantize_b_c
/external/libvpx/config/generic/
vp8_rtcd.h
117
void
vp8_regular_quantize_b_c
(struct block *, struct blockd *);
118
#define vp8_regular_quantize_b
vp8_regular_quantize_b_c
/external/libvpx/config/mips32/
vp8_rtcd.h
117
void
vp8_regular_quantize_b_c
(struct block *, struct blockd *);
118
#define vp8_regular_quantize_b
vp8_regular_quantize_b_c
/external/libvpx/config/mips32-dspr2/
vp8_rtcd.h
128
void
vp8_regular_quantize_b_c
(struct block *, struct blockd *);
129
#define vp8_regular_quantize_b
vp8_regular_quantize_b_c
/external/libvpx/config/mips64/
vp8_rtcd.h
117
void
vp8_regular_quantize_b_c
(struct block *, struct blockd *);
118
#define vp8_regular_quantize_b
vp8_regular_quantize_b_c
/external/libvpx/config/arm-neon/
vp8_rtcd.h
140
void
vp8_regular_quantize_b_c
(struct block *, struct blockd *);
141
#define vp8_regular_quantize_b
vp8_regular_quantize_b_c
/external/libvpx/config/arm64/
vp8_rtcd.h
140
void
vp8_regular_quantize_b_c
(struct block *, struct blockd *);
141
#define vp8_regular_quantize_b
vp8_regular_quantize_b_c
/external/libvpx/config/mips32-msa/
vp8_rtcd.h
145
void
vp8_regular_quantize_b_c
(struct block *, struct blockd *);
/external/libvpx/config/mips64-msa/
vp8_rtcd.h
145
void
vp8_regular_quantize_b_c
(struct block *, struct blockd *);
/external/libvpx/config/x86/
vp8_rtcd.h
174
void
vp8_regular_quantize_b_c
(struct block *, struct blockd *);
/external/libvpx/config/x86_64/
vp8_rtcd.h
174
void
vp8_regular_quantize_b_c
(struct block *, struct blockd *);
/external/libvpx/libvpx/vp8/encoder/
vp8_quantize.c
48
void
vp8_regular_quantize_b_c
(BLOCK *b, BLOCKD *d) {
function
Completed in 54 milliseconds