Home
last modified time | relevance | path

Searched refs:PLANE_TYPES (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.c409 static const vp9_coeff_probs_model default_coef_probs_4x4[PLANE_TYPES] = {
493 static const vp9_coeff_probs_model default_coef_probs_8x8[PLANE_TYPES] = {
577 static const vp9_coeff_probs_model default_coef_probs_16x16[PLANE_TYPES] = {
661 static const vp9_coeff_probs_model default_coef_probs_32x32[PLANE_TYPES] = {
781 for (i = 0; i < PLANE_TYPES; ++i) in adapt_coef_probs()
Dvp9_entropymode.h48 vp9_coeff_probs_model coef_probs[TX_SIZES][PLANE_TYPES];
66 vp9_coeff_count_model coef[TX_SIZES][PLANE_TYPES];
67 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES]
Dvp9_enums.h109 PLANE_TYPES enumerator
Dvp9_thread_common.c338 for (j = 0; j < PLANE_TYPES; j++) in vp9_accumulate_frame_counts()
350 for (j = 0; j < PLANE_TYPES; j++) in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h47 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
Dvp9_bitstream.c511 for (i = 0; i < PLANE_TYPES; ++i) { in build_tree_distribution()
545 for (i = 0; i < PLANE_TYPES; ++i) { in update_coef_probs_common()
581 for (i = 0; i < PLANE_TYPES; ++i) { in update_coef_probs_common()
619 for (i = 0; i < PLANE_TYPES; ++i) { in update_coef_probs_common()
680 vp9_coeff_stats frame_branch_ct[PLANE_TYPES]; in update_coef_probs()
681 vp9_coeff_probs_model frame_coef_probs[PLANE_TYPES]; in update_coef_probs()
Dvp9_ethread.c26 for (j = 0; j < PLANE_TYPES; j++) in accumulate_rd_opt()
Dvp9_rd.c90 vp9_coeff_probs_model (*p)[PLANE_TYPES]) { in fill_token_costs() argument
94 for (i = 0; i < PLANE_TYPES; ++i) in fill_token_costs()
Dvp9_encoder.h259 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES];
Dvp9_encodemb.c64 static const int plane_rd_mult[PLANE_TYPES] = { 4, 2 };
Dvp9_encoder.c2947 for (i = 0; i < PLANE_TYPES; ++i)
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1037 for (i = 0; i < PLANE_TYPES; ++i) in read_coef_probs_common()