OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u1_dy
(Results
1 - 3
of
3
) sorted by null
/external/libavc/encoder/
ih264e_mc.c
329
UWORD8 u1_dx,
u1_dy
;
local
370
u1_dy
= (u4_mv_y_full << 2) + (u4_mv_y_hpel << 1) + (u4_mv_y_qpel);
372
/* cases where u1_dx = 0 or
u1_dy
= 0 are dealt separately in neon with
381
i4_pred_strd, u1_dx,
u1_dy
, ht, wd);
433
u1_dy
= (u4_mv_y_full << 2) + (u4_mv_y_hpel << 1)
439
u1_dy
, ht, wd);
/external/libavc/decoder/
ih264d_inter_pred.c
204
UWORD32
u1_dy
;
local
242
u1_dy
= i2_tmp_mv_y & 0x3;
252
if(
u1_dy
)
302
ps_pred->u1_dydx = (
u1_dy
<< 2) + u1_dx;
328
u1_dy
= i2_tmp_mv_y & 0x7;
345
if(
u1_dy
!= 0)
401
ps_pred->u1_dydx = (
u1_dy
<< 3) + u1_dx;
474
UWORD8 i1_mc_wd, u1_dma_ht, u1_dma_wd, u1_dx,
u1_dy
;
local
598
u1_dy
= i2_tmp_mv_y & 0x3;
608
if(
u1_dy
)
[
all
...]
/external/libavc/common/arm/
ih264_inter_pred_chroma_a9q.s
95
@ UWORD8
u1_dy
,
104
@ r5 =>
u1_dy
123
rsb r9, r5, #8 @8-
u1_dy
Completed in 2654 milliseconds