OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mvvals
(Results
1 - 10
of
10
) sorted by null
/external/libvpx/libvpx/vp8/common/
entropymv.h
24
MVvals
= (2 * mv_max) + 1, /* # possible values "" */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
entropymv.h
24
MVvals
= (2 * mv_max) + 1, /* # possible values "" */
/external/libvpx/libvpx/vp8/encoder/
block.h
142
unsigned int MVcount [2] [
MVvals
]; /* (row,col) MV cts this frame */
onyx_int.h
74
int mvcosts[2][
MVvals
+1];
708
int mvcosts[2][
MVvals
+1];
encodemv.c
228
const unsigned int events [
MVvals
],
encodeframe.c
906
for(c_idx = 0; c_idx <
MVvals
; c_idx++)
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h
139
unsigned int MVcount [2] [
MVvals
]; /* (row,col) MV cts this frame */
onyx_int.h
77
int mvcosts[2][
MVvals
+1];
694
int mvcosts[2][
MVvals
+1];
encodemv.c
228
const unsigned int events [
MVvals
],
encodeframe.c
885
for(c_idx = 0; c_idx <
MVvals
; c_idx++)
[
all
...]
Completed in 724 milliseconds