OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_fdct4x4
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
block.h
154
void (*
short_fdct4x4
)(short *input, short *output, int pitch);
member in struct:macroblock
encodeintra.c
67
x->
short_fdct4x4
(be->src_diff, be->coeff, 32);
ethreading.c
330
z->
short_fdct4x4
= x->
short_fdct4x4
;
rdopt.c
676
x->
short_fdct4x4
(be->src_diff, be->coeff, 32);
1065
x->
short_fdct4x4
(be->src_diff, be->coeff, 32);
[
all
...]
onyx_if.c
[
all
...]
Completed in 41 milliseconds