OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLIP_U8
(Results
1 - 25
of
51
) sorted by null
1
2
3
/external/libavc/decoder/
ih264d_format_conv.c
154
u4_b =
CLIP_U8
(*pu1_y_src + i2_b);
157
u4_g =
CLIP_U8
(*pu1_y_src + i2_g);
160
u4_r =
CLIP_U8
(*pu1_y_src + i2_r);
168
u4_b =
CLIP_U8
(*pu1_y_src + i2_b);
171
u4_g =
CLIP_U8
(*pu1_y_src + i2_g);
174
u4_r =
CLIP_U8
(*pu1_y_src + i2_r);
182
u4_b =
CLIP_U8
(*pu1_y_src_nxt + i2_b);
185
u4_g =
CLIP_U8
(*pu1_y_src_nxt + i2_g);
188
u4_r =
CLIP_U8
(*pu1_y_src_nxt + i2_r);
196
u4_b =
CLIP_U8
(*pu1_y_src_nxt + i2_b)
[
all
...]
/external/libavc/common/
ih264_iquant_itrans_recon.c
183
*pu1_out =
CLIP_U8
(i_macro);
190
*pu1_out =
CLIP_U8
(i_macro);
197
*pu1_out =
CLIP_U8
(i_macro);
204
*pu1_out =
CLIP_U8
(i_macro);
250
*pu1_out =
CLIP_U8
(x);
255
*pu1_out =
CLIP_U8
(x);
260
*pu1_out =
CLIP_U8
(x);
265
*pu1_out =
CLIP_U8
(x);
507
*pu1_out =
CLIP_U8
(i_macro);
513
*pu1_out =
CLIP_U8
(i_macro)
[
all
...]
ih264_weighted_pred.c
223
*pu1_dst =
CLIP_U8
((wt * (*pu1_src) + i_ofst) >> log_wd);
234
*pu1_dst =
CLIP_U8
(wt * (*pu1_src) + ofst);
305
*pu1_dst =
CLIP_U8
((wt_u * (*pu1_src) + ofst_u) >> log_wd);
308
*pu1_dst =
CLIP_U8
((wt_v * (*pu1_src) + ofst_v) >> log_wd);
320
*pu1_dst =
CLIP_U8
(wt_u * (*pu1_src) + ofst_u);
323
*pu1_dst =
CLIP_U8
(wt_v * (*pu1_src) + ofst_v);
399
*pu1_dst =
CLIP_U8
((wt1 * (*pu1_src1) + wt2 * (*pu1_src2) + ofst) >> shft);
485
*pu1_dst =
CLIP_U8
((wt1_u * (*pu1_src1) + wt2_u * (*pu1_src2) + ofst_u) >> shft);
489
*pu1_dst =
CLIP_U8
((wt1_v * (*pu1_src1) + wt2_v * (*pu1_src2) + ofst_v) >> shft);
ih264_inter_pred_filters.c
253
pu1_dst[col] =
CLIP_U8
(i2_tmp);
323
pu1_dst[col] =
CLIP_U8
(i2_tmp);
411
pu1_dst[col] =
CLIP_U8
(tmp);
479
i2_temp =
CLIP_U8
(i2_temp);
563
i2_temp =
CLIP_U8
(i2_temp);
652
i2_temp_vert =
CLIP_U8
(i2_temp_vert);
664
i2_temp_horz =
CLIP_U8
(i2_temp_horz);
763
pu1_dst[col] =
CLIP_U8
(tmp);
780
uc_temp =
CLIP_U8
(i2_macro);
875
pu1_dst[col] =
CLIP_U8
(tmp)
[
all
...]
/external/libavc/encoder/
ih264e_fmt_conv.c
142
u4_b =
CLIP_U8
(*pu1_y_src + i2_b);
145
u4_g =
CLIP_U8
(*pu1_y_src + i2_g);
148
u4_r =
CLIP_U8
(*pu1_y_src + i2_r);
156
u4_b =
CLIP_U8
(*pu1_y_src + i2_b);
159
u4_g =
CLIP_U8
(*pu1_y_src + i2_g);
162
u4_r =
CLIP_U8
(*pu1_y_src + i2_r);
170
u4_b =
CLIP_U8
(*pu1_y_src_nxt + i2_b);
173
u4_g =
CLIP_U8
(*pu1_y_src_nxt + i2_g);
176
u4_r =
CLIP_U8
(*pu1_y_src_nxt + i2_r);
184
u4_b =
CLIP_U8
(*pu1_y_src_nxt + i2_b)
[
all
...]
ih264e_half_pel.c
126
*pu1_dst =
CLIP_U8
(i16_temp);
217
pu1_dst2[col] =
CLIP_U8
(tmp);
218
pu1_dst1[col] =
CLIP_U8
((pi4_pred[col] + 16) >> 5);
/external/libhevc/decoder/
ihevcd_fmt_conv.c
160
u4_b =
CLIP_U8
(*pu1_y_src + i2_b);
163
u4_g =
CLIP_U8
(*pu1_y_src + i2_g);
166
u4_r =
CLIP_U8
(*pu1_y_src + i2_r);
174
u4_b =
CLIP_U8
(*pu1_y_src + i2_b);
177
u4_g =
CLIP_U8
(*pu1_y_src + i2_g);
180
u4_r =
CLIP_U8
(*pu1_y_src + i2_r);
188
u4_b =
CLIP_U8
(*pu1_y_src_nxt + i2_b);
191
u4_g =
CLIP_U8
(*pu1_y_src_nxt + i2_g);
194
u4_r =
CLIP_U8
(*pu1_y_src_nxt + i2_r);
202
u4_b =
CLIP_U8
(*pu1_y_src_nxt + i2_b)
[
all
...]
ihevcd_itrans_recon_dc.c
111
pu1_dst[row * dst_strd + col] =
CLIP_U8
((pu1_pred[row * pred_strd + col] + dc_value));
142
pu1_dst[row * dst_strd + (col << 1)] =
CLIP_U8
((pu1_pred[row * pred_strd + (col << 1)] + dc_value));
/external/libhevc/common/
ihevc_chroma_itrans_recon.c
188
pu1_dst[0 * 2] =
CLIP_U8
((itrans_out + pu1_pred[0 * 2]));
191
pu1_dst[1 * 2] =
CLIP_U8
((itrans_out + pu1_pred[1 * 2]));
194
pu1_dst[2 * 2] =
CLIP_U8
((itrans_out + pu1_pred[2 * 2]));
197
pu1_dst[3 * 2] =
CLIP_U8
((itrans_out + pu1_pred[3 * 2]));
ihevc_itrans_recon.c
169
pu1_dst[0] =
CLIP_U8
((itrans_out + pu1_pred[0]));
172
pu1_dst[1] =
CLIP_U8
((itrans_out + pu1_pred[1]));
175
pu1_dst[2] =
CLIP_U8
((itrans_out + pu1_pred[2]));
178
pu1_dst[3] =
CLIP_U8
((itrans_out + pu1_pred[3]));
316
pu1_dst[0] =
CLIP_U8
((itrans_out + pu1_pred[0]));
319
pu1_dst[1] =
CLIP_U8
((itrans_out + pu1_pred[1]));
322
pu1_dst[2] =
CLIP_U8
((itrans_out + pu1_pred[2]));
325
pu1_dst[3] =
CLIP_U8
((itrans_out + pu1_pred[3]));
ihevc_weighted_pred.c
128
pu1_dst[col] =
CLIP_U8
(i4_tmp);
213
pu1_dst[col] =
CLIP_U8
(i4_tmp);
219
pu1_dst[col + 1] =
CLIP_U8
(i4_tmp);
319
pu1_dst[col] =
CLIP_U8
(i4_tmp >> shift);
424
pu1_dst[col] =
CLIP_U8
(i4_tmp >> shift);
430
pu1_dst[col + 1] =
CLIP_U8
(i4_tmp >> shift);
513
pu1_dst[col] =
CLIP_U8
(i4_tmp >> shift);
596
pu1_dst[col] =
CLIP_U8
(i4_tmp >> shift);
ihevc_recon.c
124
CLIP_U8
(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]);
206
CLIP_U8
(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]);
288
CLIP_U8
(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]);
370
CLIP_U8
(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]);
452
CLIP_U8
(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]);
ihevc_chroma_recon.c
133
CLIP_U8
(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]);
216
CLIP_U8
(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]);
299
CLIP_U8
(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]);
ihevc_chroma_iquant_itrans_recon.c
236
pu1_dst[0 * 2] =
CLIP_U8
((itrans_out + pu1_pred[0 * 2]));
240
pu1_dst[1 * 2] =
CLIP_U8
((itrans_out + pu1_pred[1 * 2]));
244
pu1_dst[2 * 2] =
CLIP_U8
((itrans_out + pu1_pred[2 * 2]));
248
pu1_dst[3 * 2] =
CLIP_U8
((itrans_out + pu1_pred[3 * 2]));
ihevc_iquant_itrans_recon.c
241
pu1_dst[0] =
CLIP_U8
((itrans_out + pu1_pred[0]));
245
pu1_dst[1] =
CLIP_U8
((itrans_out + pu1_pred[1]));
249
pu1_dst[2] =
CLIP_U8
((itrans_out + pu1_pred[2]));
253
pu1_dst[3] =
CLIP_U8
((itrans_out + pu1_pred[3]));
436
pu1_dst[0] =
CLIP_U8
((itrans_out + pu1_pred[0]));
440
pu1_dst[1] =
CLIP_U8
((itrans_out + pu1_pred[1]));
444
pu1_dst[2] =
CLIP_U8
((itrans_out + pu1_pred[2]));
448
pu1_dst[3] =
CLIP_U8
((itrans_out + pu1_pred[3]));
ihevc_itrans_recon_8x8.c
207
pu1_dst[k] =
CLIP_U8
((itrans_out + pu1_pred[k]));
210
pu1_dst[k + 4] =
CLIP_U8
((itrans_out + pu1_pred[k + 4]));
252
pu1_dst[k] =
CLIP_U8
((itrans_out + pu1_pred[k]));
255
pu1_dst[k + 4] =
CLIP_U8
((itrans_out + pu1_pred[k + 4]));
354
pu1_dst[k] =
CLIP_U8
((itrans_out + pu1_pred[k]));
357
pu1_dst[k + 4] =
CLIP_U8
((itrans_out + pu1_pred[k + 4]));
399
pu1_dst[k] =
CLIP_U8
((itrans_out + pu1_pred[k]));
402
pu1_dst[k + 4] =
CLIP_U8
((itrans_out + pu1_pred[k + 4]));
ihevc_deblk_edge_filter.c
244
tmp_p0 =
CLIP_U8
(pu1_src[-1] + delta);
245
tmp_q0 =
CLIP_U8
(pu1_src[0] - delta);
253
tmp_p1 =
CLIP_U8
(pu1_src[-2] + delta_p);
262
tmp_q1 =
CLIP_U8
(pu1_src[1] + delta_q);
502
tmp_p0 =
CLIP_U8
(pu1_src[-1 * src_strd] + delta);
503
tmp_q0 =
CLIP_U8
(pu1_src[0 * src_strd] - delta);
512
tmp_p1 =
CLIP_U8
(pu1_src[-2 * src_strd] + delta_p);
522
tmp_q1 =
CLIP_U8
(pu1_src[1 * src_strd] + delta_q);
638
tmp_p0_u =
CLIP_U8
(pu1_src[-2] + delta_u);
639
tmp_q0_u =
CLIP_U8
(pu1_src[0] - delta_u)
[
all
...]
ihevc_iquant_recon.c
154
CLIP_U8
(iquant_out + pu1_pred[j * pred_strd]);
265
CLIP_U8
(iquant_out + pu1_pred[j * pred_strd]);
376
CLIP_U8
(iquant_out + pu1_pred[j * pred_strd]);
488
CLIP_U8
(iquant_out + pu1_pred[j * pred_strd]);
599
CLIP_U8
(iquant_out + pu1_pred[j * pred_strd]);
ihevc_chroma_iquant_recon.c
159
CLIP_U8
(iquant_out + pu1_pred[j * pred_strd]);
271
CLIP_U8
(iquant_out + pu1_pred[j * pred_strd]);
384
CLIP_U8
(iquant_out + pu1_pred[j * pred_strd]);
/external/libmpeg2/common/armv8/
impeg2_platform_macros.h
37
#define
CLIP_U8
(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x))
/external/libmpeg2/common/mips/
impeg2_platform_macros.h
37
#define
CLIP_U8
(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x))
/external/libmpeg2/common/x86/
impeg2_platform_macros.h
37
#define
CLIP_U8
(x) ((x) > 255) ? (255) : (((x) < 0) ? (0) : (x))
/external/libmpeg2/common/arm/
impeg2_platform_macros.h
37
static __inline WORD32
CLIP_U8
(WORD32 x)
/external/libmpeg2/common/
impeg2_idct.c
88
pu1_dst[j] =
CLIP_U8
(i4_val + pu1_pred[j]);
126
pu1_dst[j] =
CLIP_U8
(i4_sum);
293
pu1_dst[k] =
CLIP_U8
((itrans_out + pu1_pred[k]));
296
pu1_dst[k + 4] =
CLIP_U8
((itrans_out + pu1_pred[k + 4]));
338
pu1_dst[k] =
CLIP_U8
((itrans_out + pu1_pred[k]));
341
pu1_dst[k + 4] =
CLIP_U8
((itrans_out + pu1_pred[k + 4]));
440
pu1_dst[k] =
CLIP_U8
((itrans_out + pu1_pred[k]));
443
pu1_dst[k + 4] =
CLIP_U8
((itrans_out + pu1_pred[k + 4]));
485
pu1_dst[k] =
CLIP_U8
((itrans_out + pu1_pred[k]));
488
pu1_dst[k + 4] =
CLIP_U8
((itrans_out + pu1_pred[k + 4]))
[
all
...]
/external/libmpeg2/decoder/
impeg2d_d_pic.c
201
i2_dc_val =
CLIP_U8
(i2_dc_val);
217
i2_dc_val =
CLIP_U8
(i2_dc_val);
227
i2_dc_val =
CLIP_U8
(i2_dc_val);
Completed in 92 milliseconds
1
2
3