Home
last modified time | relevance | path

Searched refs:au4_strd (Results 1 – 8 of 8) sorted by relevance

/external/libavc/test/encoder/
Drecon.c183 ps_raw_buf->au4_strd[0] = ps_app_ctxt->u4_wd; in init_raw_buf_descr()
193 ps_raw_buf->au4_strd[1] = ps_app_ctxt->u4_wd; in init_raw_buf_descr()
194 ps_raw_buf->au4_strd[2] = 0; in init_raw_buf_descr()
205 ps_raw_buf->au4_strd[1] = ps_app_ctxt->u4_wd / 2; in init_raw_buf_descr()
206 ps_raw_buf->au4_strd[2] = ps_app_ctxt->u4_wd / 2; in init_raw_buf_descr()
209 if(0 == ps_raw_buf->au4_strd[0]) 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()
Dpsnr.c114 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()
144 strd1 = ps_buf1->au4_strd[1] - ps_buf1->au4_wd[1]; in compute_psnr()
174 strd2 = ps_buf2->au4_strd[1] - ps_buf2->au4_wd[1]; in compute_psnr()
Dinput.c133 strd = ps_raw_buf->au4_strd[0]; in read_input()
157 strd = ps_raw_buf->au4_strd[comp]; in read_input()
188 strd = ps_raw_buf->au4_strd[0]; in dump_input()
212 strd = ps_raw_buf->au4_strd[comp]; in dump_input()
Dmain.c1955 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd; in synchronous_encode()
1956 ps_inp_raw_buf->au4_strd[1] = ps_app_ctxt->u4_strd; in synchronous_encode()
1975 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd; in synchronous_encode()
1976 ps_inp_raw_buf->au4_strd[1] = ps_app_ctxt->u4_strd / 2; in synchronous_encode()
1977 ps_inp_raw_buf->au4_strd[2] = ps_app_ctxt->u4_strd / 2; in synchronous_encode()
1989 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd *2; in synchronous_encode()
2309 s_recon_buf.au4_strd[comp], in synchronous_encode()
/external/libavc/encoder/
Dih264e_process.c1274 i4_src_strd = ps_proc->i4_src_strd = ps_proc->s_inp_buf.s_raw_buf.au4_strd[0]; in ih264e_init_proc_ctxt()
1293 i4_src_chroma_strd = ps_proc->i4_src_chroma_strd = ps_proc->s_inp_buf.s_raw_buf.au4_strd[1]; in ih264e_init_proc_ctxt()
1324 ps_proc->s_inp_buf.s_raw_buf.au4_strd[0] * (i4_mb_y * MB_SIZE); in ih264e_init_proc_ctxt()
1333 pu1_src += ps_proc->s_inp_buf.s_raw_buf.au4_strd[0]; in ih264e_init_proc_ctxt()
1337 ps_proc->s_inp_buf.s_raw_buf.au4_strd[1] * (i4_mb_y * BLK8x8SIZE); in ih264e_init_proc_ctxt()
1350 pu1_src += ps_proc->s_inp_buf.s_raw_buf.au4_strd[1]; in ih264e_init_proc_ctxt()
1359 ps_proc->s_inp_buf.s_raw_buf.au4_strd[0] * (i4_mb_y * MB_SIZE); in ih264e_init_proc_ctxt()
1362 ps_proc->s_inp_buf.s_raw_buf.au4_strd[1] * (i4_mb_y * BLK8x8SIZE); in ih264e_init_proc_ctxt()
1365 ps_proc->s_inp_buf.s_raw_buf.au4_strd[2] * (i4_mb_y * BLK8x8SIZE); in ih264e_init_proc_ctxt()
1372 ps_proc->s_inp_buf.s_raw_buf.au4_strd[0], in ih264e_init_proc_ctxt()
[all …]
Div2.h250 UWORD32 au4_strd[IV_MAX_RAW_COMPONENTS]; member
Dih264e_encode.c381 s_inp_buf.s_raw_buf.au4_strd[0], in ih264e_encode()
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp980 psInpRawBuf->au4_strd[0] = yStride; in setEncParams()
981 psInpRawBuf->au4_strd[1] = uStride; in setEncParams()
994 psInpRawBuf->au4_strd[0] = mWidth * 2; in setEncParams()
1024 psInpRawBuf->au4_strd[0] = yStride; in setEncParams()
1025 psInpRawBuf->au4_strd[1] = uStride; in setEncParams()
1026 psInpRawBuf->au4_strd[2] = vStride; in setEncParams()