Lines Matching +defs:val +defs:c
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
404 for(int c = 0; c < ctx->num_comp; c++) { in oapve_set_tile_header() local
431 for(int c = 0; c < ctx->num_comp; c++) { in oapve_vlc_tile_header() local
435 for(int c = 0; c < ctx->num_comp; c++) { in oapve_vlc_tile_header() local
862 for(int c = 0; c < ctx->num_comp; c++) { in oapvd_vlc_tile_header() local
868 for(int c = 0; c < ctx->num_comp; c++) { in oapvd_vlc_tile_header() local
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()
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