Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.c24 left_mbmi->interp_filter : SWITCHABLE_FILTERS; in vp9_get_pred_context_switchable_interp()
27 above_mbmi->interp_filter : SWITCHABLE_FILTERS; in vp9_get_pred_context_switchable_interp()
31 else if (left_type == SWITCHABLE_FILTERS && above_type != SWITCHABLE_FILTERS) in vp9_get_pred_context_switchable_interp()
33 else if (left_type != SWITCHABLE_FILTERS && above_type == SWITCHABLE_FILTERS) in vp9_get_pred_context_switchable_interp()
36 return SWITCHABLE_FILTERS; in vp9_get_pred_context_switchable_interp()
Dvp9_filter.h27 #define SWITCHABLE_FILTERS 3 /* Number of switchable filters */ macro
31 #define SWITCHABLE_FILTER_CONTEXTS (SWITCHABLE_FILTERS + 1)
Dvp9_entropymode.h50 [SWITCHABLE_FILTERS - 1];
70 [SWITCHABLE_FILTERS];
90 [TREE_SIZE(SWITCHABLE_FILTERS)];
Dvp9_entropymode.c310 [SWITCHABLE_FILTERS - 1] = {
332 [TREE_SIZE(SWITCHABLE_FILTERS)] = {
Dvp9_thread_common.c364 for (j = 0; j < SWITCHABLE_FILTERS; j++) in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c41 static const struct vp9_token switchable_interp_encodings[SWITCHABLE_FILTERS] =
120 counts->switchable_interp[j], SWITCHABLE_FILTERS, w); in update_switchable_interp_probs()
863 int count[SWITCHABLE_FILTERS]; in fix_interp_filter()
865 for (i = 0; i < SWITCHABLE_FILTERS; ++i) { in fix_interp_filter()
873 for (i = 0; i < SWITCHABLE_FILTERS; ++i) { in fix_interp_filter()
Dvp9_rdopt.c2569 for (i = 0; i < SWITCHABLE_FILTERS; ++i) { in handle_inter_mode()
2582 filter_cache[SWITCHABLE_FILTERS] = in handle_inter_mode()
2583 VPXMIN(filter_cache[SWITCHABLE_FILTERS], rd + rs_rd); in handle_inter_mode()
2615 filter_cache[SWITCHABLE_FILTERS] = in handle_inter_mode()
2616 VPXMIN(filter_cache[SWITCHABLE_FILTERS], rd + rs_rd); in handle_inter_mode()
3491 SWITCHABLE_FILTERS : cm->interp_filter]; in vp9_rd_pick_inter_mode_sb()
3590 assert(best_filter_diff[SWITCHABLE_FILTERS] == 0); in vp9_rd_pick_inter_mode_sb()
3672 for (i = 0; i < SWITCHABLE_FILTERS; ++i) { in vp9_rd_pick_inter_mode_sb_seg_skip()
3951 BEST_SEG_INFO bsi[SWITCHABLE_FILTERS]; in vp9_rd_pick_inter_mode_sub8x8()
3994 switchable_filter_index < SWITCHABLE_FILTERS; in vp9_rd_pick_inter_mode_sub8x8()
[all …]
Dvp9_encoder.h474 int switchable_interp_costs[SWITCHABLE_FILTER_CONTEXTS][SWITCHABLE_FILTERS];
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c110 for (i = 0; i < SWITCHABLE_FILTERS - 1; ++i) in read_switchable_interp_probs()