Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dpsnr.c112 wd = ps_buf1->au4_wd[comp]; in compute_psnr()
114 strd1 = ps_buf1->au4_strd[comp] - ps_buf1->au4_wd[comp]; in compute_psnr()
115 strd2 = ps_buf2->au4_strd[comp] - ps_buf2->au4_wd[comp]; in compute_psnr()
133 wd = ps_buf1->au4_wd[0] >> 1; in compute_psnr()
142 wd = ps_buf1->au4_wd[0] >> 1; in compute_psnr()
144 strd1 = ps_buf1->au4_strd[1] - ps_buf1->au4_wd[1]; in compute_psnr()
162 wd = ps_buf2->au4_wd[0] >> 1; in compute_psnr()
172 wd = ps_buf2->au4_wd[0] >> 1; in compute_psnr()
174 strd2 = ps_buf2->au4_strd[1] - ps_buf2->au4_wd[1]; in compute_psnr()
Drecon.c69 wd = ps_raw_buf->au4_wd[comp]; in write_recon()
181 ps_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd; in init_raw_buf_descr()
187 ps_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd; in init_raw_buf_descr()
188 ps_raw_buf->au4_wd[2] = 0; in init_raw_buf_descr()
199 ps_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd / 2; in init_raw_buf_descr()
200 ps_raw_buf->au4_wd[2] = ps_app_ctxt->u4_wd / 2; in init_raw_buf_descr()
211 ps_raw_buf->au4_strd[0] = ps_raw_buf->au4_wd[0]; in init_raw_buf_descr()
212 ps_raw_buf->au4_strd[1] = ps_raw_buf->au4_wd[1]; in init_raw_buf_descr()
213 ps_raw_buf->au4_strd[2] = ps_raw_buf->au4_wd[2]; in init_raw_buf_descr()
Dinput.c131 wd = ps_raw_buf->au4_wd[0]; in read_input()
155 wd = ps_raw_buf->au4_wd[comp]; in read_input()
186 wd = ps_raw_buf->au4_wd[0]; in dump_input()
210 wd = ps_raw_buf->au4_wd[comp]; in dump_input()
Dmain.c1949 ps_inp_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd; in synchronous_encode()
1950 ps_inp_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd; in synchronous_encode()
1967 ps_inp_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd; in synchronous_encode()
1968 ps_inp_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd / 2; in synchronous_encode()
1969 ps_inp_raw_buf->au4_wd[2] = ps_app_ctxt->u4_wd / 2; in synchronous_encode()
1985 ps_inp_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd * 2; in synchronous_encode()
2279 if (s_recon_buf.au4_wd[0]) in synchronous_encode()
2310 s_recon_buf.au4_wd[comp], in synchronous_encode()
/external/libhevc/test/encoder/
Dmain.c861 WORD32 au4_wd[3] = { 0 }; in read_input() local
869 au4_wd[0] = params->s_src_prms.i4_width; in read_input()
870 au4_wd[1] = au4_wd[2] = params->s_src_prms.i4_width >> 1; in read_input()
878 au4_wd[0] = params->s_src_prms.i4_width; in read_input()
879 au4_wd[1] = params->s_src_prms.i4_width; in read_input()
888 WORD32 wd = au4_wd[comp_idx]; in read_input()
/external/libavc/encoder/
Dih264e_encode.c576 ps_video_encode_op->s_ive_op.s_recon_buf.au4_wd[0] = 0; in ih264e_encode()
577 ps_video_encode_op->s_ive_op.s_recon_buf.au4_wd[1] = 0; in ih264e_encode()
620 ps_video_encode_ip->s_ive_ip.s_recon_buf.au4_wd[0], in ih264e_encode()
621 ps_video_encode_ip->s_ive_ip.s_recon_buf.au4_wd[1], in ih264e_encode()
Div2.h244 UWORD32 au4_wd[IV_MAX_RAW_COMPONENTS]; member
Dih264e_api.c173 u4_wd = ps_inp_buf->au4_wd[0]; in api_check_input_dimensions()
178 if (((ps_inp_buf->au4_wd[0] / 2) != ps_inp_buf->au4_wd[1]) || in api_check_input_dimensions()
179 ((ps_inp_buf->au4_wd[0] / 2) != ps_inp_buf->au4_wd[2]) || in api_check_input_dimensions()
180 (ps_inp_buf->au4_wd[1] != ps_inp_buf->au4_wd[2])) in api_check_input_dimensions()
197 if ((ps_inp_buf->au4_wd[0] / 2) != ps_inp_buf->au4_wd[1]) in api_check_input_dimensions()
211 u4_wd = ps_inp_buf->au4_wd[0] / 2; in api_check_input_dimensions()
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp974 psInpRawBuf->au4_wd[0] = mWidth; in setEncParams()
975 psInpRawBuf->au4_wd[1] = mWidth; in setEncParams()
990 psInpRawBuf->au4_wd[0] = mWidth * 2; in setEncParams()
1016 psInpRawBuf->au4_wd[0] = mWidth; in setEncParams()
1017 psInpRawBuf->au4_wd[1] = mWidth / 2; in setEncParams()
1018 psInpRawBuf->au4_wd[2] = mWidth / 2; in setEncParams()