OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_MV
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.h
29
#define
INVALID_MV
0x80008000
vp9_pickmode.c
69
tmp_mv->as_int =
INVALID_MV
;
268
frame_mv[NEWMV][ref_frame].as_int =
INVALID_MV
;
317
if (frame_mv[NEWMV][ref_frame].as_int ==
INVALID_MV
)
436
mbmi->mv[0].as_int =
INVALID_MV
;
vp9_rdopt.c
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.h
34
#define
INVALID_MV
0x80008000
vp9_rdopt.c
[
all
...]
vp9_pickmode.c
499
frame_mv[NEWMV][ref_frame].as_int =
INVALID_MV
;
756
mbmi->mv[0].as_int =
INVALID_MV
;
Completed in 205 milliseconds