HomeSort by relevance Sort by last modified time
    Searched refs:c_idx (Results 1 - 6 of 6) sorted by null

  /external/libhevc/decoder/
ihevcd_parse_residual.h 42 WORD32 c_idx,
ihevcd_statistics.h 114 void ihevcd_update_num_all_trans_blocks(TRANSFORM_TYPE e_trans_type, WORD32 c_idx);
115 void ihevcd_update_num_trans_blocks(TRANSFORM_TYPE e_trans_type, WORD32 c_idx, WORD32 update_type);
127 #define STATS_UPDATE_ALL_TRANS(e_trans_type, c_idx) ihevcd_update_num_all_trans_blocks(e_trans_type, c_idx);
128 #define STATS_UPDATE_CODED_TRANS(e_trans_type, c_idx, update_type) ihevcd_update_num_trans_blocks(e_trans_type, c_idx, update_type);
138 #define STATS_UPDATE_ALL_TRANS(e_trans_type, c_idx) ;
139 #define STATS_UPDATE_CODED_TRANS(e_trans_type, c_idx, update_type) ;
ihevcd_parse_residual.c 183 WORD32 c_idx,
218 if(!c_idx)
240 if(!c_idx)
314 if((2 == log2_trafo_size) || ((3 == log2_trafo_size) && (0 == c_idx)))
410 if(!c_idx)
518 ctxt_idx += c_idx ? 2 : 0;
587 sig_ctxinc += (i && (!c_idx)) ? 3 : 0;
593 sig_coeff_base_ctxt = (0 == c_idx) ? IHEVC_CAB_COEFF_FLAG :
656 ctxt_set = (i && (!c_idx)) ? 2 : 0;
743 ctxt_idx += (!c_idx) ? ctxt_set : (ctxt_set + 4)
    [all...]
ihevcd_iquant_itrans_recon_ctb.c 660 WORD32 num_comp, c_idx, func_idx; local
787 for(c_idx = 0; c_idx < num_comp; c_idx++)
795 if(c_idx == 0) /* Y */
812 + c_idx;
    [all...]
ihevcd_parse_slice.c 2045 WORD32 c_idx; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 819 int c_idx; local
834 for (c_idx = 0; c_idx < MVvals; ++c_idx) {
835 cpi->mb.MVcount[0][c_idx] += cpi->mb_row_ei[i].mb.MVcount[0][c_idx];
836 cpi->mb.MVcount[1][c_idx] += cpi->mb_row_ei[i].mb.MVcount[1][c_idx];
842 for (c_idx = 0; c_idx < MAX_REF_FRAMES; ++c_idx)
    [all...]

Completed in 294 milliseconds