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

  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 31 typedef int64_t vp9_coeff_accum[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
vp9_block.h 81 typedef unsigned int vp9_coeff_cost[BLOCK_TYPES][REF_TYPES][COEF_BANDS][2]
vp9_tokenize.c 291 } while (++ref < REF_TYPES);
342 } while (++ref < REF_TYPES);
vp9_bitstream.c 722 for (j = 0; j < REF_TYPES; ++j) {
746 unsigned int (*eob_branch_ct)[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] =
753 for (j = 0; j < REF_TYPES; ++j) {
806 for (j = 0; j < REF_TYPES; ++j) {
845 for (j = 0; j < REF_TYPES; ++j) {
896 for (j = 0; j < REF_TYPES; ++j) {
    [all...]
vp9_onyx_if.c     [all...]
vp9_rdopt.c 118 for (j = 0; j < REF_TYPES; j++)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 62 #define REF_TYPES 2 // intra=0, inter=1
87 typedef unsigned int vp9_coeff_count[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
89 typedef unsigned int vp9_coeff_stats[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
91 typedef vp9_prob vp9_coeff_probs[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
206 typedef vp9_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS]
210 typedef unsigned int vp9_coeff_count_model[REF_TYPES][COEF_BANDS]
213 typedef unsigned int vp9_coeff_stats_model[REF_TYPES][COEF_BANDS]
vp9_entropy.c 620 unsigned int (*eob_branch_count)[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] =
627 for (j = 0; j < REF_TYPES; ++j)
vp9_onyxc_int.h 63 unsigned int eob_branch[TX_SIZES][BLOCK_TYPES][REF_TYPES]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 362 for (j = 0; j < REF_TYPES; j++)
    [all...]

Completed in 1393 milliseconds