Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h23 #define SWITCHABLE_FILTERS 3 // number of switchable filters macro
24 #define SWITCHABLE_FILTER_CONTEXTS (SWITCHABLE_FILTERS + 1)
46 [SWITCHABLE_FILTERS - 1];
65 [SWITCHABLE_FILTERS];
85 [TREE_SIZE(SWITCHABLE_FILTERS)];
Dvp9_pred_common.c30 left_mbmi->interp_filter : SWITCHABLE_FILTERS; in vp9_get_pred_context_switchable_interp()
33 above_mbmi->interp_filter : SWITCHABLE_FILTERS; in vp9_get_pred_context_switchable_interp()
37 else if (left_type == SWITCHABLE_FILTERS && above_type != SWITCHABLE_FILTERS) in vp9_get_pred_context_switchable_interp()
39 else if (left_type != SWITCHABLE_FILTERS && above_type == SWITCHABLE_FILTERS) in vp9_get_pred_context_switchable_interp()
42 return SWITCHABLE_FILTERS; in vp9_get_pred_context_switchable_interp()
Dvp9_entropymode.c310 [SWITCHABLE_FILTERS - 1] = {
332 [TREE_SIZE(SWITCHABLE_FILTERS)] = {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h137 int switchable_interp_costs[SWITCHABLE_FILTER_CONTEXTS][SWITCHABLE_FILTERS];
Dvp9_bitstream.c39 static struct vp9_token switchable_interp_encodings[SWITCHABLE_FILTERS];
121 cm->counts.switchable_interp[j], SWITCHABLE_FILTERS, w); in update_switchable_interp_probs()
853 int count[SWITCHABLE_FILTERS]; in fix_interp_filter()
855 for (i = 0; i < SWITCHABLE_FILTERS; ++i) { in fix_interp_filter()
863 for (i = 0; i < SWITCHABLE_FILTERS; ++i) { in fix_interp_filter()
Dvp9_rdopt.c2814 for (i = 0; i < SWITCHABLE_FILTERS; ++i) { in handle_inter_mode()
2824 cpi->rd_filter_cache[SWITCHABLE_FILTERS] = in handle_inter_mode()
2825 MIN(cpi->rd_filter_cache[SWITCHABLE_FILTERS], rd + rs_rd); in handle_inter_mode()
2849 cpi->rd_filter_cache[SWITCHABLE_FILTERS] = in handle_inter_mode()
2850 MIN(cpi->rd_filter_cache[SWITCHABLE_FILTERS], rd + rs_rd); in handle_inter_mode()
3614 SWITCHABLE_FILTERS : cm->interp_filter]; in vp9_rd_pick_inter_mode_sb()
3719 assert(best_filter_diff[SWITCHABLE_FILTERS] == 0); in vp9_rd_pick_inter_mode_sb()
4030 BEST_SEG_INFO bsi[SWITCHABLE_FILTERS]; in vp9_rd_pick_inter_mode_sub8x8()
4058 switchable_filter_index < SWITCHABLE_FILTERS; in vp9_rd_pick_inter_mode_sub8x8()
4078 cpi->rd_filter_cache[SWITCHABLE_FILTERS] = in vp9_rd_pick_inter_mode_sub8x8()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c107 for (i = 0; i < SWITCHABLE_FILTERS - 1; ++i) in read_switchable_interp_probs()