OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u1_pos_wd_ht_tmp_v
(Results
1 - 4
of
4
) sorted by null
/external/libhevc/common/
ihevc_sao.c
773
UWORD8
u1_pos_wd_ht_tmp_v
;
local
869
u1_pos_wd_ht_tmp_v
= CLIP3(pu1_src[wd - 1 + (ht - 1) * src_strd] + pi1_sao_offset_v[edge_idx], 0, (1 << bit_depth) - 1);
873
u1_pos_wd_ht_tmp_v
= pu1_src[wd - 1 + (ht - 1) * src_strd];
879
u1_pos_wd_ht_tmp_v
= pu1_src[wd - 1 + (ht - 1) * src_strd];
957
pu1_src[(pu1_avail[3] ? wd - 1 - src_strd : wd - 1)] =
u1_pos_wd_ht_tmp_v
;
[
all
...]
/external/libhevc/common/arm/
ihevc_sao_edge_offset_class2_chroma.s
196
LDRB r9,[r12,#1] @
u1_pos_wd_ht_tmp_v
= pu1_src[wd - 2 + (ht - 1) * src_strd]
258
USAT r9,#8,r9 @
u1_pos_wd_ht_tmp_v
= CLIP3(pu1_src[wd - 1 + (ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
[
all
...]
ihevc_sao_edge_offset_class3_chroma.s
189
LDRB r9,[r12,#1] @
u1_pos_wd_ht_tmp_v
= pu1_src[(ht - 1) * src_strd + 1]
249
USAT r9,#8,r9 @
u1_pos_wd_ht_tmp_v
= CLIP3(pu1_src[(ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
[
all
...]
/external/libhevc/common/x86/
ihevc_sao_ssse3_intr.c
3258
UWORD8 u1_pos_0_0_tmp_u, u1_pos_0_0_tmp_v, u1_pos_wd_ht_tmp_u,
u1_pos_wd_ht_tmp_v
;
local
[
all
...]
Completed in 1702 milliseconds