OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u32_shift
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/vss/src/
M4AIR_API.c
437
M4OSA_UInt32 i,j,k,u32_x_frac,u32_y_frac,u32_x_accum,u32_y_accum,
u32_shift
;
local
470
u32_shift
= ((i==0)||(i==3))?0:1; /**< Depend on Luma or Chroma */
477
+ (pC->m_params.m_inputCoord.m_x>>
u32_shift
)
478
+ (pC->m_params.m_inputCoord.m_y >>
u32_shift
) * pIn[i].u_stride;
483
pu8_data_in += ((pC->m_params.m_inputSize.m_width)>>
u32_shift
) -1 ;
487
pu8_data_in += ((pC->m_params.m_inputSize.m_height>>
u32_shift
) -1)\
[
all
...]
/frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp
2319
M4OSA_UInt32 i,j,k,u32_x_frac,u32_y_frac,u32_x_accum,u32_y_accum,
u32_shift
;
local
[
all
...]
Completed in 51 milliseconds