OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ref_strd
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/decoder/
ihevcd_inter_pred.c
141
WORD32
ref_strd
;
local
182
ref_strd
= ps_codec->i4_strd;
286
ref_pic_l0 = ref_pic_luma_l0 + ai2_yint[0] *
ref_strd
301
ref_pic_l1 = ref_pic_luma_l1 + ai2_yint[1] *
ref_strd
308
pu1_dst = pu1_dst_luma + pu_y *
ref_strd
+ pu_x;
329
ref_pic_l0 = ref_pic_chroma_l0 + ai2_yint[0] *
ref_strd
347
ref_pic_l1 = ref_pic_chroma_l1 + ai2_yint[1] *
ref_strd
354
pu1_dst = pu1_dst_chroma + pu_y *
ref_strd
/ 2 + pu_x;
398
func_src_strd =
ref_strd
;
411
pu_wd :
ref_strd
;
[
all
...]
ihevcd_parse_headers.c
1516
WORD32
ref_strd
;
local
[
all
...]
Completed in 166 milliseconds