OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mv_x
(Results
1 - 4
of
4
) sorted by null
/external/libavc/encoder/
ime_statistics.h
75
#define DEBUG_MV_HISTOGRAM_ADD(
mv_x
, mv_y) debug_mv_histogram_add(
mv_x
, mv_y)
80
#define DEBUG_MV_HISTOGRAM_ADD(
mv_x
, mv_y)
ime.c
497
WORD16
mv_x
, mv_y;
local
527
mv_x
= ps_mb_part->s_mv_curr.i2_mvx >> 2;
559
WORD32 mv_x_tmp = (
mv_x
<< 2) + 2;
593
WORD32 mv_x_tmp = (
mv_x
<< 2);
629
WORD32 mv_x_tmp = (
mv_x
<< 2) + 2;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.h
96
PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *
mv_x
, MOT *mv_y, int f_code_f);
vlc_decode.cpp
267
PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *
mv_x
, MOT *mv_y, int f_code_f)
299
if (PV_DeScaleMVD(f_code_f, residualx, vlc_code_magx,
mv_x
) != PV_SUCCESS)
[
all
...]
Completed in 122 milliseconds