Home
last modified time | relevance | path

Searched refs:chroma_stride (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c241 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 …]
Dgrain_synthesis.h171 int luma_stride, int chroma_stride,
/external/libdrm/tests/util/
Dformat.c38 #define MAKE_YUV_INFO(order, xsub, ysub, chroma_stride) \ argument
39 .yuv = { (order), (xsub), (ysub), (chroma_stride) }
Dformat.h52 unsigned int chroma_stride; member
Dpattern.c105 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/
Dhme_interface.h212 S32 chroma_stride; member
575 S32 chroma_stride; member
Dihevce_me_pass.c765 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()
Dihevce_coarse_me_pass.c1410 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()
Dihevce_enc_loop_pass.c1385 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()