Searched refs:PLANE_TYPES (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropy.c375 static const vp9_coeff_probs_model default_coef_probs_4x4[PLANE_TYPES] = {
459 static const vp9_coeff_probs_model default_coef_probs_8x8[PLANE_TYPES] = {
543 static const vp9_coeff_probs_model default_coef_probs_16x16[PLANE_TYPES] = {
627 static const vp9_coeff_probs_model default_coef_probs_32x32[PLANE_TYPES] = {
747 for (i = 0; i < PLANE_TYPES; ++i)
H A Dvp9_entropymode.h44 vp9_coeff_probs_model coef_probs[TX_SIZES][PLANE_TYPES];
61 vp9_coeff_count_model coef[TX_SIZES][PLANE_TYPES];
62 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES]
H A Dvp9_blockd.h46 PLANE_TYPES enumerator in enum:__anon12122
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropy.c375 static const vp9_coeff_probs_model default_coef_probs_4x4[PLANE_TYPES] = {
459 static const vp9_coeff_probs_model default_coef_probs_8x8[PLANE_TYPES] = {
543 static const vp9_coeff_probs_model default_coef_probs_16x16[PLANE_TYPES] = {
627 static const vp9_coeff_probs_model default_coef_probs_32x32[PLANE_TYPES] = {
747 for (i = 0; i < PLANE_TYPES; ++i)
H A Dvp9_entropymode.h44 vp9_coeff_probs_model coef_probs[TX_SIZES][PLANE_TYPES];
61 vp9_coeff_count_model coef[TX_SIZES][PLANE_TYPES];
62 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES]
H A Dvp9_blockd.h46 PLANE_TYPES enumerator in enum:__anon24087
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_block.h91 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
H A Dvp9_bitstream.c495 for (i = 0; i < PLANE_TYPES; ++i) {
527 for (i = 0; i < PLANE_TYPES; ++i) {
563 for (i = 0; i < PLANE_TYPES; ++i) {
608 for (i = 0; i < PLANE_TYPES; ++i) {
671 vp9_coeff_stats frame_branch_ct[TX_SIZES][PLANE_TYPES];
672 vp9_coeff_probs_model frame_coef_probs[TX_SIZES][PLANE_TYPES];
H A Dvp9_encoder.h393 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES];
H A Dvp9_encodemb.c76 static const int plane_rd_mult[PLANE_TYPES] = { 4, 2 };
H A Dvp9_rdopt.c176 vp9_coeff_probs_model (*p)[PLANE_TYPES]) {
180 for (i = 0; i < PLANE_TYPES; ++i)
H A Dvp9_encoder.c1661 for (i = 0; i < PLANE_TYPES; ++i)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h388 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES];
389 vp9_coeff_probs_model frame_coef_probs[TX_SIZES][PLANE_TYPES];
H A Dvp9_block.h85 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
H A Dvp9_bitstream.c495 for (i = 0; i < PLANE_TYPES; ++i) {
528 for (i = 0; i < PLANE_TYPES; ++i) {
564 for (i = 0; i < PLANE_TYPES; ++i) {
609 for (i = 0; i < PLANE_TYPES; ++i) {
672 vp9_coeff_stats frame_branch_ct[TX_SIZES][PLANE_TYPES];
H A Dvp9_rdopt.c176 vp9_coeff_probs_model (*p)[PLANE_TYPES]) {
180 for (i = 0; i < PLANE_TYPES; ++i)
H A Dvp9_onyx_if.c2096 for (i = 0; i < PLANE_TYPES; ++i)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c476 for (i = 0; i < PLANE_TYPES; ++i)
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c472 for (i = 0; i < PLANE_TYPES; ++i)

Completed in 1352 milliseconds