Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dapp.h322 } app_ctxt_t; typedef
328 void allocate_input(app_ctxt_t *ps_app_ctxt);
329 void allocate_output(app_ctxt_t *ps_app_ctxt);
330 void allocate_recon(app_ctxt_t *ps_app_ctxt);
336 IV_STATUS_T read_mb_info(app_ctxt_t *ps_app_ctxt, void *pv_mb_info);
337 IV_STATUS_T read_pic_info(app_ctxt_t *ps_app_ctxt, void *pv_pic_info);
342 void free_input(app_ctxt_t *ps_app_ctxt);
343 void free_recon(app_ctxt_t *ps_app_ctxt);
344 void free_output(app_ctxt_t *ps_app_ctxt);
346 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.c497 void parse_argument(app_ctxt_t *ps_app_ctxt, CHAR *argument, CHAR *value) in parse_argument()
834 void read_cfg_file(app_ctxt_t *ps_app_ctxt, FILE *fp_cfg) in read_cfg_file()
861 void validate_params(app_ctxt_t *ps_app_ctxt) in validate_params()
907 void init_default_params(app_ctxt_t *ps_app_ctxt) in init_default_params()
1002 void set_dimensions(app_ctxt_t *ps_app_ctxt, in set_dimensions()
1037 void set_frame_rate(app_ctxt_t *ps_app_ctxt, in set_frame_rate()
1071 void set_ipe_params(app_ctxt_t *ps_app_ctxt, in set_ipe_params()
1102 void set_bit_rate(app_ctxt_t *ps_app_ctxt, in set_bit_rate()
1132 void set_frame_type(app_ctxt_t *ps_app_ctxt, in set_frame_type()
1163 void set_qp(app_ctxt_t *ps_app_ctxt, in set_qp()
[all …]