/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | deblock_vsx.c | 45 static INLINE void horz_ctx(uint8x16_t ctx[4], uint8x16_t left_ctx, in horz_ctx() argument 62 ctx[0] = vec_perm(left_ctx, v, l2_perm); in horz_ctx() 63 ctx[1] = vec_perm(left_ctx, v, l1_perm); in horz_ctx() 73 uint8x16_t ctx[4], out, v, left_ctx; in vpx_post_proc_down_and_across_mb_row_vsx() local 92 left_ctx = vec_splats(dst_ptr[0]); in vpx_post_proc_down_and_across_mb_row_vsx() 99 horz_ctx(ctx, left_ctx, v, right_ctx); in vpx_post_proc_down_and_across_mb_row_vsx() 101 left_ctx = v; in vpx_post_proc_down_and_across_mb_row_vsx() 108 horz_ctx(ctx, left_ctx, v, right_ctx); in vpx_post_proc_down_and_across_mb_row_vsx() 207 int16x8_t left_ctx = vec_splats((int16_t)src[0]); in vpx_mbpost_proc_across_ip_vsx() local 235 const int16x8_t x = vec_sub(right_ctx, left_ctx); in vpx_mbpost_proc_across_ip_vsx() [all …]
|
/external/libaom/libaom/av1/common/ |
D | pred_common.h | 113 int above_ctx = 0, left_ctx = 0; in get_comp_index_context() local 125 left_ctx = left_mi->compound_idx; in get_comp_index_context() 127 left_ctx = 1; in get_comp_index_context() 130 return above_ctx + left_ctx + 3 * offset; in get_comp_index_context() 136 int above_ctx = 0, left_ctx = 0; in get_comp_group_idx_context() local 146 left_ctx = left_mi->comp_group_idx; in get_comp_group_idx_context() 148 left_ctx = 3; in get_comp_group_idx_context() 151 return AOMMIN(5, above_ctx + left_ctx); in get_comp_group_idx_context()
|
D | onyxc_int.h | 901 const int left_ctx = intra_mode_context[left]; in get_y_mode_cdf() local 902 return tile_ctx->kf_y_cdf[above_ctx][left_ctx]; in get_y_mode_cdf() 909 PARTITION_CONTEXT *const left_ctx = in update_partition_context() local 915 memset(left_ctx, partition_context_lookup[subsize].left, bh); in update_partition_context() 1054 const PARTITION_CONTEXT *left_ctx = in partition_plane_context() local 1058 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1; in partition_plane_context() 1188 TXFM_CONTEXT *left_ctx, in txfm_partition_update() argument 1196 for (i = 0; i < bh; ++i) left_ctx[i] = txh; in txfm_partition_update() 1251 const TXFM_CONTEXT *const left_ctx, in txfm_partition_context() argument 1256 const int left = *left_ctx < txh; in txfm_partition_context()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_pred_common.h | 164 int left_ctx = in get_tx_size_context() local 166 if (!has_left) left_ctx = above_ctx; in get_tx_size_context() 168 if (!has_above) above_ctx = left_ctx; in get_tx_size_context() 170 return (above_ctx + left_ctx) > max_tx_size; in get_tx_size_context()
|
D | vp9_onyxc_int.h | 389 PARTITION_CONTEXT *const left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in update_partition_context() local 398 memset(left_ctx, partition_context_lookup[subsize].left, bs); in update_partition_context() 404 const PARTITION_CONTEXT *left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in partition_plane_context() local 406 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1; in partition_plane_context()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1072 const PARTITION_CONTEXT *left_ctx = in dec_partition_plane_context() local 1074 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1; in dec_partition_plane_context() 1085 PARTITION_CONTEXT *const left_ctx = in dec_update_partition_context() local 1092 memset(left_ctx, partition_context_lookup[subsize].left, bw); in dec_update_partition_context()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 4820 const int left_ctx = intra_mode_context[L]; in rd_pick_intra_sby_mode() local 4821 bmode_costs = x->y_mode_costs[above_ctx][left_ctx]; in rd_pick_intra_sby_mode() 5492 ENTROPY_CONTEXT *above_ctx, ENTROPY_CONTEXT *left_ctx, in tx_block_yrd() argument 5514 ENTROPY_CONTEXT *tl = left_ctx + blk_row; in tx_block_yrd() 5564 depth + 1, above_ctx, left_ctx, tx_above, tx_left, in tx_block_yrd()
|
D | encodeframe.c | 804 const int left_ctx = intra_mode_context[left]; in sum_intra_stats() local 805 ++counts->kf_y_mode[above_ctx][left_ctx][y_mode]; in sum_intra_stats()
|