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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 23 td->rd_counts.comp_pred_diff[i] += td_t->rd_counts.comp_pred_diff[i];
26 td->rd_counts.filter_diff[i] += td_t->rd_counts.filter_diff[i];
34 td->rd_counts.coef_counts[i][j][k][l][m][n] +=
35 td_t->rd_counts.coef_counts[i][j][k][l][m][n];
189 thread_data->td->rd_counts = cpi->td.rd_counts;
626 thread_data->td->rd_counts = cpi->td.rd_counts;
    [all...]
vp9_encoder.h 323 typedef struct RD_COUNTS {
327 } RD_COUNTS;
331 RD_COUNTS rd_counts; member in struct:ThreadData
vp9_tokenize.c 370 td->rd_counts.coef_counts[tx_size][type][ref];
vp9_encodeframe.c     [all...]
vp9_bitstream.c 514 vp9_coeff_count *coef_counts = cpi->td.rd_counts.coef_counts[tx_size];
    [all...]
vp9_encoder.c     [all...]

Completed in 178 milliseconds