Home
last modified time | relevance | path

Searched refs:app_ctxt_t (Results 1 – 7 of 7) sorted by relevance

/external/libavc/test/encoder/
Dapp.h324 } app_ctxt_t; typedef
330 void allocate_input(app_ctxt_t *ps_app_ctxt);
331 void allocate_output(app_ctxt_t *ps_app_ctxt);
332 void allocate_recon(app_ctxt_t *ps_app_ctxt);
338 IV_STATUS_T read_mb_info(app_ctxt_t *ps_app_ctxt, void *pv_mb_info);
339 IV_STATUS_T read_pic_info(app_ctxt_t *ps_app_ctxt, void *pv_pic_info);
344 void free_input(app_ctxt_t *ps_app_ctxt);
345 void free_recon(app_ctxt_t *ps_app_ctxt);
346 void free_output(app_ctxt_t *ps_app_ctxt);
348 void init_raw_buf_descr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_raw_buf, UWORD8 *pu1_buf, IV_COLO…
Dpsnr.h42 void init_psnr(app_ctxt_t *ps_app_ctxt);
44 void compute_psnr(app_ctxt_t *ps_app_ctxt,
48 void print_average_psnr(app_ctxt_t *ps_app_ctxt);
Dpsnr.c62 void init_psnr(app_ctxt_t *ps_app_ctxt) in init_psnr()
95 void compute_psnr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_buf1, iv_raw_buf_t *ps_buf2) in compute_psnr()
233 void print_average_psnr(app_ctxt_t *ps_app_ctxt) in print_average_psnr()
Drecon.c85 void allocate_recon(app_ctxt_t *ps_app_ctxt) in allocate_recon()
134 void free_recon(app_ctxt_t *ps_app_ctxt) in free_recon()
157 void init_raw_buf_descr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_raw_buf, UWORD8 *pu1_buf, IV_COLO… in init_raw_buf_descr()
Dinput.c52 IV_STATUS_T read_pic_info(app_ctxt_t *ps_app_ctxt, void *pv_pic_info) in read_pic_info()
79 IV_STATUS_T read_mb_info(app_ctxt_t *ps_app_ctxt, void *pv_mb_info) in read_mb_info()
228 void allocate_input(app_ctxt_t *ps_app_ctxt) in allocate_input()
292 void free_input(app_ctxt_t *ps_app_ctxt) in free_input()
Doutput.c61 void allocate_output(app_ctxt_t *ps_app_ctxt) in allocate_output()
93 void free_output(app_ctxt_t *ps_app_ctxt) in free_output()
Dmain.c499 void parse_argument(app_ctxt_t *ps_app_ctxt, CHAR *argument, CHAR *value) in parse_argument()
840 void read_cfg_file(app_ctxt_t *ps_app_ctxt, FILE *fp_cfg) in read_cfg_file()
867 void validate_params(app_ctxt_t *ps_app_ctxt) in validate_params()
913 void init_default_params(app_ctxt_t *ps_app_ctxt) in init_default_params()
1009 void set_dimensions(app_ctxt_t *ps_app_ctxt, in set_dimensions()
1044 void set_frame_rate(app_ctxt_t *ps_app_ctxt, in set_frame_rate()
1078 void set_ipe_params(app_ctxt_t *ps_app_ctxt, in set_ipe_params()
1112 void set_bit_rate(app_ctxt_t *ps_app_ctxt, in set_bit_rate()
1142 void set_frame_type(app_ctxt_t *ps_app_ctxt, in set_frame_type()
1173 void set_qp(app_ctxt_t *ps_app_ctxt, in set_qp()
[all …]