OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quant_fast
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
vp8_asm_enc_offsets.c
27
DEFINE(vp8_block_quant_fast, offsetof(BLOCK,
quant_fast
));
block.h
39
short *
quant_fast
;
member in struct:block
quantize.c
30
short *quant_ptr = b->
quant_fast
;
76
short *quant_ptr = b->
quant_fast
;
673
x->block[i].
quant_fast
= cpi->Y1quant_fast[QIndex];
687
x->block[i].
quant_fast
= cpi->UVquant_fast[QIndex];
698
x->block[24].
quant_fast
= cpi->Y2quant_fast[QIndex];
ethreading.c
358
z->block[i].
quant_fast
= x->block[i].
quant_fast
;
/external/libvpx/libvpx/vp8/encoder/x86/
quantize_ssse3.asm
75
;
quant_fast
vp8_enc_stubs_mmx.c
34
short *quant_ptr = b->
quant_fast
;
quantize_sse2.c
152
__m128i quant_fast0 = _mm_load_si128((__m128i *)(b->
quant_fast
));
153
__m128i quant_fast1 = _mm_load_si128((__m128i *)(b->
quant_fast
+ 8));
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm
28
ldr r4, [r0, #vp8_block_quant_fast] ;
quant_fast
Completed in 45 milliseconds