OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quantize_b
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/vp8/encoder/
block.h
120
void (*
quantize_b
)(BLOCK *b, BLOCKD *d);
member in struct:__anon7722
quantize.c
278
x->
quantize_b
(&x->block[i], &x->e_mbd.block[i]);
281
x->
quantize_b
(&x->block[24], &x->e_mbd.block[24]);
291
x->
quantize_b
(&x->block[i], &x->e_mbd.block[i]);
300
x->
quantize_b
(&x->block[i], &x->e_mbd.block[i]);
encodeintra.c
41
x->
quantize_b
(be, b);
ethreading.c
308
z->
quantize_b
= x->
quantize_b
;
rdopt.c
571
mb->
quantize_b
(&mb->block[b], &mb->e_mbd.block[b]);
575
mb->
quantize_b
(mb_y2, x_y2);
635
x->
quantize_b
(be, b);
994
x->
quantize_b
(be, bd);
[
all
...]
encodeframe.c
[
all
...]
onyx_if.c
[
all
...]
Completed in 387 milliseconds