OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_build_uvmvs
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/vp8/common/
reconinter.h
19
extern void
vp8_build_uvmvs
(MACROBLOCKD *x, int fullpixel);
reconinter.c
415
void
vp8_build_uvmvs
(MACROBLOCKD *x, int fullpixel)
function
/external/libvpx/vp8/decoder/
threading.c
28
extern void
vp8_build_uvmvs
(MACROBLOCKD *x, int fullpixel);
320
vp8_build_uvmvs
(xd, pc->full_pixel);
805
vp8_build_uvmvs
(xd, pc->full_pixel);
[
all
...]
decodframe.c
388
vp8_build_uvmvs
(xd, pc->full_pixel);
/external/libvpx/vp8/encoder/
rdopt.c
458
vp8_build_uvmvs
(&x->e_mbd, 0);
796
vp8_build_uvmvs
(&x->e_mbd, fullpixel);
[
all
...]
encodeframe.c
[
all
...]
Completed in 79 milliseconds