OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_fdct8x4
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
block.h
155
void (*
short_fdct8x4
)(short *input, short *output, int pitch);
member in struct:macroblock
encodemb.c
124
x->
short_fdct8x4
(&x->block[i].src_diff[0],
136
x->
short_fdct8x4
(&x->block[i].src_diff[0],
156
x->
short_fdct8x4
(&x->block[i].src_diff[0],
166
x->
short_fdct8x4
(&x->block[i].src_diff[0],
184
x->
short_fdct8x4
(&x->block[i].src_diff[0],
ethreading.c
331
z->
short_fdct8x4
= x->
short_fdct8x4
;
rdopt.c
596
mb->
short_fdct8x4
(beptr->src_diff, beptr->coeff, 32);
[
all
...]
onyx_if.c
[
all
...]
Completed in 33 milliseconds