OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_idct32x32_add
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_idct.h
96
void
vp9_idct32x32_add
(const int16_t *input, uint8_t *dest, int stride,
vp9_idct.c
1373
void
vp9_idct32x32_add
(const int16_t *input, uint8_t *dest, int stride,
function
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c
452
vp9_idct32x32_add
(dqcoeff, dst, pd->dst.stride, pd->eobs[block]);
574
vp9_idct32x32_add
(dqcoeff, dst, pd->dst.stride, *eob);
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
273
vp9_idct32x32_add
(dqcoeff, dst, stride, eob);
[
all
...]
Completed in 274 milliseconds