Lines Matching +defs:val +defs:ctx
86 int val = simple_vlc_table[simple_vlc_val][bit_cnt]; in enc_vlc_write() local
96 int val = simple_vlc_table[simple_vlc_val][bit_cnt]; in enc_vlc_write() local
116 int val = simple_vlc_table[simple_vlc_val][bit_cnt]; in enc_vlc_write() local
269 void oapve_set_frame_header(oapve_ctx_t *ctx, oapv_fh_t *fh) in oapve_set_frame_header()
308 static int enc_vlc_quantization_matrix(oapv_bs_t *bs, oapve_ctx_t *ctx, oapv_fh_t *fh) in enc_vlc_quantization_matrix()
321 static int enc_vlc_tile_info(oapv_bs_t *bs, oapve_ctx_t *ctx, oapv_fh_t *fh) in enc_vlc_tile_info()
364 int oapve_vlc_frame_header(oapv_bs_t *bs, oapve_ctx_t *ctx, oapv_fh_t *fh) in oapve_vlc_frame_header()
401 void oapve_set_tile_header(oapve_ctx_t *ctx, oapv_th_t *th, int tile_idx, int qp) in oapve_set_tile_header()
421 int oapve_vlc_tile_header(oapve_ctx_t *ctx, oapv_bs_t *bs, oapv_th_t *th) in oapve_vlc_tile_header()
445 void oapve_vlc_run_length_cc(oapve_ctx_t *ctx, oapve_core_t *core, oapv_bs_t *bs, s16 *coef, int lo… in oapve_vlc_run_length_cc()
531 int oapve_vlc_au_info(oapv_bs_t *bs, oapve_ctx_t *ctx, oapv_frms_t *frms, oapv_bs_t **bs_fi_pos) in oapve_vlc_au_info()
856 int oapvd_vlc_tile_header(oapv_bs_t *bs, oapvd_ctx_t *ctx, oapv_th_t *th) in oapvd_vlc_tile_header()
881 int oapve_vlc_dc_coeff(oapve_ctx_t *ctx, oapve_core_t *core, oapv_bs_t *bs, int dc_diff, int c) in oapve_vlc_dc_coeff()
896 void oapve_vlc_ac_coeff(oapve_ctx_t *ctx, oapve_core_t *core, oapv_bs_t *bs, s16 *coef, int num_sig… in oapve_vlc_ac_coeff()
975 int val = simple_vlc_table[simple_vlc_val][bit_cnt]; in oapve_vlc_ac_coeff() local
985 int val = simple_vlc_table[simple_vlc_val][bit_cnt]; in oapve_vlc_ac_coeff() local
1005 int val = simple_vlc_table[simple_vlc_val][bit_cnt]; in oapve_vlc_ac_coeff() local
1186 int oapvd_vlc_dc_coeff(oapvd_ctx_t *ctx, oapvd_core_t *core, oapv_bs_t *bs, s16 *dc_diff, int c) in oapvd_vlc_dc_coeff()
1203 int oapvd_vlc_ac_coeff(oapvd_ctx_t *ctx, oapvd_core_t *core, oapv_bs_t *bs, s16 *coef, int c) in oapvd_vlc_ac_coeff()
1389 int val; in oapvd_vlc_filler() local