Searched defs:left_ctx (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/libvpx/vpx_dsp/ppc/ |
H A D | deblock_vsx.c | 45 static INLINE void horz_ctx(uint8x16_t ctx[4], uint8x16_t left_ctx, in horz_ctx() 73 uint8x16_t ctx[4], out, v, left_ctx; in vpx_post_proc_down_and_across_mb_row_vsx() local 207 int16x8_t left_ctx = vec_splats((int16_t)src[0]); in vpx_mbpost_proc_across_ip_vsx() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | pred_common.h | 121 int above_ctx = 0, left_ctx = 0; in get_comp_index_context() local 144 int above_ctx = 0, left_ctx = 0; in get_comp_group_idx_context() local
|
H A D | av1_common_int.h | 1430 const int left_ctx = intra_mode_context[left]; in get_y_mode_cdf() local 1438 PARTITION_CONTEXT *const left_ctx = in update_partition_context() local 1535 const PARTITION_CONTEXT *left_ctx = in partition_plane_context() local 1678 TXFM_CONTEXT *left_ctx, in txfm_partition_update() 1741 const TXFM_CONTEXT *const left_ctx, in txfm_partition_context()
|
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_pred_common.h | 164 int left_ctx = in get_tx_size_context() local
|
H A D | vp9_onyxc_int.h | 438 PARTITION_CONTEXT *const left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in update_partition_context() local 453 const PARTITION_CONTEXT *left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in partition_plane_context() local
|
/aosp_15_r20/external/libvpx/vp9/decoder/ |
H A D | vp9_decodeframe.c | 1126 const PARTITION_CONTEXT *left_ctx = in dec_partition_plane_context() local 1139 PARTITION_CONTEXT *const left_ctx = in dec_update_partition_context() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | intra_mode_search.c | 1503 const int left_ctx = intra_mode_context[L]; in av1_rd_pick_intra_sby_mode() local
|
H A D | encodeframe_utils.c | 443 const int left_ctx = intra_mode_context[left]; in av1_sum_intra_stats() local
|
H A D | nonrd_pickmode.c | 1583 const int left_ctx = intra_mode_context[L]; in av1_nonrd_pick_intra_mode() local
|
H A D | tx_search.c | 3220 ENTROPY_CONTEXT *left_ctx, in tx_block_yrd()
|