Searched refs:chroma_stride (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | grain_synthesis.c | 241 int chroma_stride, int ***pred_pos_luma_p, in init_arrays() argument 310 *cb_line_buf = (int *)aom_malloc(sizeof(**cb_line_buf) * chroma_stride * in init_arrays() 312 *cr_line_buf = (int *)aom_malloc(sizeof(**cr_line_buf) * chroma_stride * in init_arrays() 575 int chroma_stride, int *luma_grain, in add_noise_to_block() argument 640 cb[i * chroma_stride + j] = clamp( in add_noise_to_block() 641 cb[i * chroma_stride + j] + in add_noise_to_block() 644 cb_mult * cb[i * chroma_stride + j]) >> in add_noise_to_block() 656 cr[i * chroma_stride + j] = clamp( in add_noise_to_block() 657 cr[i * chroma_stride + j] + in add_noise_to_block() 660 cr_mult * cr[i * chroma_stride + j]) >> in add_noise_to_block() [all …]
|
D | grain_synthesis.h | 171 int luma_stride, int chroma_stride,
|
/external/libdrm/tests/util/ |
D | format.c | 38 #define MAKE_YUV_INFO(order, xsub, ysub, chroma_stride) \ argument 39 .yuv = { (order), (xsub), (ysub), (chroma_stride) }
|
D | format.h | 52 unsigned int chroma_stride; member
|
D | pattern.c | 105 unsigned int cs = yuv->chroma_stride; in fill_smpte_yuv_planar() 610 unsigned int cs = yuv->chroma_stride; in fill_tiles_yuv_planar()
|
/external/libhevc/encoder/ |
D | hme_interface.h | 212 S32 chroma_stride; member 575 S32 chroma_stride; member
|
D | ihevce_me_pass.c | 765 ps_ref_info->chroma_stride = ps_yuv_desc->i4_uv_strd; in ihevc_me_update_ref_desc() 1163 s_inp_desc.s_layer_desc[0].chroma_stride = ps_enc_lap_inp->s_lap_out.s_input_buf.i4_uv_strd; in ihevce_me_frame_init()
|
D | ihevce_coarse_me_pass.c | 1410 s_inp_desc.s_layer_desc[0].chroma_stride = ps_enc_lap_inp->s_lap_out.s_input_buf.i4_uv_strd; in ihevce_coarse_me_set_lyr1_mv_bank()
|
D | ihevce_enc_loop_pass.c | 1385 WORD32 luma_stride, chroma_stride; in ihevce_cu_mode_decide() local 1395 chroma_stride = ps_cu_analyse->u1_cu_size; in ihevce_cu_mode_decide() 1407 chroma_stride = ps_cu_prms->i4_chrm_recon_stride; in ihevce_cu_mode_decide() 1413 chroma_stride = ps_cu_analyse->u1_cu_size; in ihevce_cu_mode_decide() 1433 s_prms.recon_chrma_strd = chroma_stride; in ihevce_cu_mode_decide()
|