OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_iwht4x4_add
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_idct.h
90
void
vp9_iwht4x4_add
(const int16_t *input, uint8_t *dest, int stride, int eob);
vp9_idct.c
1332
void
vp9_iwht4x4_add
(const int16_t *input, uint8_t *dest, int stride, int eob) {
function
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
675
xd->itxm_add = xd->lossless ?
vp9_iwht4x4_add
: vp9_idct4x4_add;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
[
all
...]
vp9_onyx_if.c
[
all
...]
Completed in 2853 milliseconds