OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:need_to_clamp_mvs
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
error_concealment.c
294
mi->mbmi.
need_to_clamp_mvs
= 0;
307
mi->mbmi.
need_to_clamp_mvs
|= vp8_check_mv_bounds(
513
mi->mbmi.
need_to_clamp_mvs
= 0;
549
mi->mbmi.
need_to_clamp_mvs
|= vp8_check_mv_bounds(
decodemv.c
311
mbmi->
need_to_clamp_mvs
|= vp8_check_mv_bounds(&blockmv,
356
mbmi->
need_to_clamp_mvs
= 0;
504
mbmi->
need_to_clamp_mvs
=
/external/libvpx/libvpx/vp8/common/
blockd.h
160
uint8_t
need_to_clamp_mvs
;
member in struct:__anon22993
reconinter.c
402
if (x->mode_info_context->mbmi.
need_to_clamp_mvs
)
458
if (x->mode_info_context->mbmi.
need_to_clamp_mvs
)
485
if (x->mode_info_context->mbmi.
need_to_clamp_mvs
)
574
if (x->mode_info_context->mbmi.
need_to_clamp_mvs
)
/external/libvpx/libvpx/vp8/encoder/
denoising.c
217
mbmi->
need_to_clamp_mvs
= x->need_to_clamp_best_mvs;
pickinter.c
[
all
...]
rdopt.c
[
all
...]
Completed in 64 milliseconds