Home
last modified time | relevance | path

Searched refs:PARTITION_CONTEXTS (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h47 vpx_prob partition_prob[PARTITION_CONTEXTS][PARTITION_TYPES - 1];
65 unsigned int partition[PARTITION_CONTEXTS][PARTITION_TYPES];
84 extern const vpx_prob vp9_kf_partition_probs[PARTITION_CONTEXTS]
Dvp9_entropymode.c182 const vpx_prob vp9_kf_partition_probs[PARTITION_CONTEXTS][PARTITION_TYPES - 1] =
207 default_partition_probs[PARTITION_CONTEXTS][PARTITION_TYPES - 1] = {
369 for (i = 0; i < PARTITION_CONTEXTS; i++) in vp9_adapt_mode_probs()
Dvp9_enums.h72 #define PARTITION_CONTEXTS (4 * PARTITION_PLOFFSET) macro
Dvp9_thread_common.c325 for (i = 0; i < PARTITION_CONTEXTS; i++) in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h647 int partition_cost[PARTITION_CONTEXTS][PARTITION_TYPES];
Dvp9_rd.c292 for (i = 0; i < PARTITION_CONTEXTS; ++i) in vp9_initialize_rd_consts()
Dvp9_bitstream.c1323 for (i = 0; i < PARTITION_CONTEXTS; ++i) in write_compressed_header()
Dvp9_encoder.c166 for (i = 0; i < PARTITION_CONTEXTS; ++i) { in compute_context_model_diff()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1963 for (j = 0; j < PARTITION_CONTEXTS; ++j) in read_compressed_header()