OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp8_fast_quantize_b_c
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c
66
extern void
vp8_fast_quantize_b_c
(BLOCK *b, BLOCKD *d);
125
vp8_fast_quantize_b =
vp8_fast_quantize_b_c
;
/external/libvpx/generic/
vp8_rtcd.h
241
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
242
#define vp8_fast_quantize_b
vp8_fast_quantize_b_c
/external/libvpx/mips/
vp8_rtcd.h
241
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
242
#define vp8_fast_quantize_b
vp8_fast_quantize_b_c
/external/libvpx/mips-dspr2/
vp8_rtcd.h
259
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
260
#define vp8_fast_quantize_b
vp8_fast_quantize_b_c
/external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm
155
;void
vp8_fast_quantize_b_c
(BLOCK *b, BLOCKD *d)
/external/libvpx/libvpx/vp8/encoder/
quantize.c
22
void
vp8_fast_quantize_b_c
(BLOCK *b, BLOCKD *d)
function
70
void
vp8_fast_quantize_b_c
(BLOCK *b, BLOCKD *d)
function
313
vp8_fast_quantize_b_c
(b1, d1);
314
vp8_fast_quantize_b_c
(b2, d2);
/external/libvpx/armv7a/
vp8_rtcd.h
280
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
/external/libvpx/armv7a-neon/
vp8_rtcd.h
325
void
vp8_fast_quantize_b_c
(struct block *, struct blockd *);
Completed in 204 milliseconds