OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MVcount
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
block.h
135
unsigned int
MVcount
[2] [MVvals]; /* (row,col) MV cts this frame */
encodemv.c
367
cpi->mb.
MVcount
[0], 0, &flags[0]
371
cpi->mb.
MVcount
[1], 1, &flags[1]
encodeframe.c
765
vp8_zero(cpi->mb.
MVcount
);
886
cpi->mb.
MVcount
[0][c_idx] +=
887
cpi->mb_row_ei[i].mb.
MVcount
[0][c_idx];
888
cpi->mb.
MVcount
[1][c_idx] +=
889
cpi->mb_row_ei[i].mb.
MVcount
[1][c_idx];
[
all
...]
ethreading.c
489
vp8_zero(mb->
MVcount
);
rdopt.c
[
all
...]
pickinter.c
396
* therefore, only need to modify
MVcount
in NEWMV mode. */
399
x->
MVcount
[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row -
401
x->
MVcount
[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col -
[
all
...]
Completed in 29 milliseconds