OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pu1_v_dst
(Results
1 - 9
of
9
) sorted by null
/external/libhevc/decoder/x86/
ihevcd_fmt_conv_ssse3_intr.c
51
UWORD8 *
pu1_v_dst
,
92
pu1_u_dst =
pu1_v_dst
;
93
pu1_v_dst
= temp;
141
pu1_v_dst_temp =
pu1_v_dst
;
204
pu1_v_dst
+= 4 * dst_strd;
217
pu1_v_dst_temp =
pu1_v_dst
;
240
pu1_v_dst
+= dst_strd;
245
pu1_v_dst
-= (num_rows * dst_strd);
251
pu1_v_dst
+= (cols << 4);
259
pu1_v_dst
[j] = pu1_v_src[j * 2]
[
all
...]
/external/libavc/encoder/
ih264e_fmt_conv.h
50
UWORD8 *
pu1_v_dst
,
91
UWORD8 *
pu1_v_dst
,
ih264e_fmt_conv.c
471
UWORD8 *
pu1_v_dst
,
528
pu1_v_dst
[j] = pu1_v_src[j * 2];
532
pu1_v_dst
+= dst_strd;
553
* @param[in]
pu1_v_dst
767
* @param[in]
pu1_v_dst
796
UWORD8 *
pu1_v_dst
,
838
pu1_v_dst_tmp =
pu1_v_dst
+ (cur_row / 2) * u4_dst_uv_strd;
/external/libavc/decoder/
ih264d_format_conv.h
68
UWORD8 *
pu1_v_dst
,
ih264d_format_conv.c
545
* @param[in]
pu1_v_dst
582
UWORD8 *
pu1_v_dst
,
639
pu1_v_dst
[j] = pu1_v_src[j * 2];
643
pu1_v_dst
+= dst_strd;
703
UWORD8 *pu1_y_dst, *pu1_u_dst, *
pu1_v_dst
;
local
721
pu1_v_dst
= (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_v_buf;
722
pu1_v_dst
+= start_uv * pv_disp_op->s_disp_frm_buf.u4_v_strd;
728
pu1_v_dst
,
/external/libhevc/decoder/
ihevcd_fmt_conv.h
81
UWORD8 *
pu1_v_dst
,
ihevcd_fmt_conv.c
553
* @param[in]
pu1_v_dst
591
UWORD8 *
pu1_v_dst
,
649
pu1_v_dst
[j] = pu1_v_src[j * 2];
653
pu1_v_dst
+= dst_strd;
677
* @param[in]
pu1_v_dst
694
UWORD8 *
pu1_v_dst
,
767
pu1_v_dst
= ps_codec->s_disp_buffer[i].pu1_bufs[2];
768
pu1_v_dst
+= (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2);
780
pu1_v_dst_tmp =
pu1_v_dst
+ (cur_row / 2) * ps_codec->i4_disp_strd / 2;
ihevcd_decode.c
88
UWORD8 *
pu1_v_dst
,
246
UWORD8 *pu1_u_dst = NULL, *
pu1_v_dst
= NULL;
local
255
pu1_v_dst
= ps_codec->s_disp_buffer[i].pu1_bufs[2];
256
pu1_v_dst
+= (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2);
261
ps_dec_op->s_disp_frm_buf.pv_v_buf =
pu1_v_dst
;
ihevcd_process_slice.c
96
UWORD8 *
pu1_v_dst
,
[
all
...]
Completed in 206 milliseconds