Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Drecon.c70 ht = ps_raw_buf->au4_ht[comp]; in write_recon()
182 ps_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht; in init_raw_buf_descr()
190 ps_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2; in init_raw_buf_descr()
191 ps_raw_buf->au4_ht[2] = 0; in init_raw_buf_descr()
202 ps_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2; in init_raw_buf_descr()
203 ps_raw_buf->au4_ht[2] = ps_app_ctxt->u4_ht / 2; in init_raw_buf_descr()
Dpsnr.c113 ht = ps_buf1->au4_ht[comp]; in compute_psnr()
134 ht = ps_buf1->au4_ht[0] >> 1; in compute_psnr()
143 ht = ps_buf1->au4_ht[0] >> 1; in compute_psnr()
163 ht = ps_buf2->au4_ht[0] >> 1; in compute_psnr()
173 ht = ps_buf2->au4_ht[0] >> 1; in compute_psnr()
Dinput.c132 ht = ps_raw_buf->au4_ht[0]; in read_input()
156 ht = ps_raw_buf->au4_ht[comp]; in read_input()
187 ht = ps_raw_buf->au4_ht[0]; in dump_input()
211 ht = ps_raw_buf->au4_ht[comp]; in dump_input()
Dmain.c1952 ps_inp_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht; in synchronous_encode()
1953 ps_inp_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2; in synchronous_encode()
1971 ps_inp_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht; in synchronous_encode()
1972 ps_inp_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2; in synchronous_encode()
1973 ps_inp_raw_buf->au4_ht[2] = ps_app_ctxt->u4_ht / 2; in synchronous_encode()
1987 ps_inp_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht; in synchronous_encode()
2311 s_recon_buf.au4_ht[comp], in synchronous_encode()
/external/libhevc/test/encoder/
Dmain.c862 WORD32 au4_ht[3] = { 0 }; in read_input() local
871 au4_ht[0] = params->s_src_prms.i4_height; in read_input()
872 au4_ht[1] = au4_ht[2] = params->s_src_prms.i4_height >> 1; in read_input()
880 au4_ht[0] = params->s_src_prms.i4_height; in read_input()
881 au4_ht[1] = params->s_src_prms.i4_height >> 1; in read_input()
889 WORD32 ht = au4_ht[comp_idx]; in read_input()
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp977 psInpRawBuf->au4_ht[0] = mHeight; in setEncParams()
978 psInpRawBuf->au4_ht[1] = mHeight / 2; in setEncParams()
992 psInpRawBuf->au4_ht[0] = mHeight; in setEncParams()
1020 psInpRawBuf->au4_ht[0] = mHeight; in setEncParams()
1021 psInpRawBuf->au4_ht[1] = mHeight / 2; in setEncParams()
1022 psInpRawBuf->au4_ht[2] = mHeight / 2; in setEncParams()
/external/libavc/encoder/
Div2.h247 UWORD32 au4_ht[IV_MAX_RAW_COMPONENTS]; member
Dih264e_api.c174 u4_ht = ps_inp_buf->au4_ht[0]; in api_check_input_dimensions()
186 if (((ps_inp_buf->au4_ht[0] / 2) != ps_inp_buf->au4_ht[1]) || in api_check_input_dimensions()
187 ((ps_inp_buf->au4_ht[0] / 2) != ps_inp_buf->au4_ht[2]) || in api_check_input_dimensions()
188 (ps_inp_buf->au4_ht[1] != ps_inp_buf->au4_ht[2])) in api_check_input_dimensions()
203 if ((ps_inp_buf->au4_ht[0] / 2) != ps_inp_buf->au4_ht[1]) in api_check_input_dimensions()