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

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 86 #define REF_TYPES 2 // intra=0, inter=1
112 typedef unsigned int vp9_coeff_count[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS]
114 typedef unsigned int vp9_coeff_stats[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS]
151 typedef vpx_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS]
154 typedef unsigned int vp9_coeff_count_model[REF_TYPES][COEF_BANDS]
vp9_entropy.c     [all...]
vp9_entropymode.h 67 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES][COEF_BANDS]
vp9_thread_common.c 332 for (k = 0; k < REF_TYPES; k++)
343 for (k = 0; k < REF_TYPES; k++)
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 49 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
vp9_bitstream.c 515 unsigned int(*eob_branch_ct)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] =
520 for (j = 0; j < REF_TYPES; ++j) {
554 for (j = 0; j < REF_TYPES; ++j) {
589 for (j = 0; j < REF_TYPES; ++j) {
625 for (j = 0; j < REF_TYPES; ++j) {
    [all...]
vp9_ethread.c 30 for (k = 0; k < REF_TYPES; k++)
vp9_rd.c 96 for (j = 0; j < REF_TYPES; ++j)
vp9_encodemb.c 62 static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = {
    [all...]
vp9_encoder.c 182 for (k = 0; k < REF_TYPES; ++k) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 594 milliseconds