/aosp_15_r20/external/libmpeg2/decoder/ |
H A D | impeg2d_globals.c | 47 {{1,0,1,1,MB_SIZE,MB_SIZE,0}, 48 {1,0,1,1,MB_SIZE,MB_SIZE,0}}, 50 {{2,0,1,2,MB_SIZE/2,MB_SIZE*2,0}, 51 {2,0,1,2,MB_SIZE/2,MB_SIZE*2,1}}, 53 {{1,0,1,1,MB_SIZE,MB_SIZE,0}, 54 {1,0,1,1,MB_SIZE,MB_SIZE,0}}, 56 {{2,0,1,2,MB_SIZE/2,MB_SIZE*2,0}, 57 {2,0,1,2,MB_SIZE/2,MB_SIZE*2,1}}, 59 {{2,0,1,2,MB_SIZE/2,MB_SIZE*2,0}, 60 {2,0,1,2,MB_SIZE/2,MB_SIZE*2,1}}, [all …]
|
H A D | impeg2d_mc.c | 839 if((u4_blk_width == MB_SIZE) && (u4_blk_height == MB_SIZE)) in impeg2d_mc_halfx_halfy() 871 else if ((u4_blk_width == MB_SIZE) && (u4_blk_height == BLK_SIZE)) in impeg2d_mc_halfx_halfy() 969 if((u4_blk_width == MB_SIZE) && (u4_blk_height == MB_SIZE)) in impeg2d_mc_halfx_fully() 1001 else if ((u4_blk_width == MB_SIZE) && (u4_blk_height == BLK_SIZE)) in impeg2d_mc_halfx_fully() 1092 if((u4_blk_width == MB_SIZE) && (u4_blk_height == MB_SIZE)) in impeg2d_mc_fullx_halfy() 1124 else if ((u4_blk_width == MB_SIZE) && (u4_blk_height == BLK_SIZE)) in impeg2d_mc_fullx_halfy() 1214 if((u4_blk_width == MB_SIZE) && (u4_blk_height == MB_SIZE)) in impeg2d_mc_fullx_fully() 1246 else if ((u4_blk_width == MB_SIZE) && (u4_blk_height == BLK_SIZE)) in impeg2d_mc_fullx_fully() 1311 i2_pix_x = MB_SIZE * u2_mb_x + (ai2_mv[MV_X]>>1); in impeg2d_set_mc_params() 1312 i2_pix_y = (MB_SIZE * u2_mb_y + in impeg2d_set_mc_params() [all …]
|
/aosp_15_r20/external/libavc/encoder/ |
H A D | ih264e_process.c | 1122 ps_proc->pu1_src_buf_luma += MB_SIZE; in ih264e_update_proc_ctxt() 1123 ps_proc->pu1_rec_buf_luma += MB_SIZE; in ih264e_update_proc_ctxt() 1124 ps_proc->apu1_ref_buf_luma[0] += MB_SIZE; in ih264e_update_proc_ctxt() 1125 ps_proc->apu1_ref_buf_luma[1] += MB_SIZE; in ih264e_update_proc_ctxt() 1131 ps_proc->pu1_src_buf_chroma += MB_SIZE; in ih264e_update_proc_ctxt() 1132 ps_proc->pu1_rec_buf_chroma += MB_SIZE; in ih264e_update_proc_ctxt() 1133 ps_proc->apu1_ref_buf_chroma[0] += MB_SIZE; in ih264e_update_proc_ctxt() 1134 ps_proc->apu1_ref_buf_chroma[1] += MB_SIZE; in ih264e_update_proc_ctxt() 1159 ps_deblk->pu1_cur_pic_luma += MB_SIZE; in ih264e_update_proc_ctxt() 1164 ps_deblk->pu1_cur_pic_chroma += MB_SIZE; in ih264e_update_proc_ctxt() [all …]
|
H A D | ih264e_me.c | 889 rows_above = MB_SIZE + ps_proc->i4_mb_y * MB_SIZE; in ih264e_compute_me_single_reflist() 890 rows_below = (ps_proc->i4_ht_mbs - ps_proc->i4_mb_y) * MB_SIZE; in ih264e_compute_me_single_reflist() 891 columns_left = MB_SIZE + ps_proc->i4_mb_x * MB_SIZE; in ih264e_compute_me_single_reflist() 892 columns_right = (ps_proc->i4_wd_mbs - ps_proc->i4_mb_x) * MB_SIZE; in ih264e_compute_me_single_reflist() 1032 ps_proc->u4_bst_spel_buf_strd, MB_SIZE, MB_SIZE, in ih264e_compute_me_single_reflist() 1190 ps_proc->pu1_src_buf_luma += MB_SIZE; in ih264e_compute_me_nmb() 1191 ps_proc->pu1_rec_buf_luma += MB_SIZE; in ih264e_compute_me_nmb() 1192 ps_proc->apu1_ref_buf_luma[0] += MB_SIZE; in ih264e_compute_me_nmb() 1193 ps_proc->apu1_ref_buf_luma[1] += MB_SIZE; in ih264e_compute_me_nmb() 1199 ps_proc->pu1_src_buf_chroma += MB_SIZE; in ih264e_compute_me_nmb() [all …]
|
H A D | ime_distortion_metrics.c | 135 for(row = 0; row < MB_SIZE; row++) in ime_sub_pel_compute_sad_16x16() 137 for(col = 0; col < MB_SIZE; col++) in ime_sub_pel_compute_sad_16x16() 228 UWORD32 u4_ref_buf_offset = ref_strd - MB_SIZE; in ime_calculate_sad4_prog() 229 UWORD32 u4_cur_buf_offset = src_strd - MB_SIZE; in ime_calculate_sad4_prog() 233 for(count2 = MB_SIZE; count2 > 0; count2--) in ime_calculate_sad4_prog() 235 for(count3 = MB_SIZE; count3 > 0 ; count3--) in ime_calculate_sad4_prog() 304 UWORD32 u4_ref_buf_offset = ref_strd - MB_SIZE; in ime_calculate_sad3_prog() 305 UWORD32 u4_cur_buf_offset = src_strd - MB_SIZE; in ime_calculate_sad3_prog() 387 UWORD32 u4_ref_buf_offset = ref_strd - MB_SIZE; in ime_calculate_sad2_prog() 388 UWORD32 u4_cur_buf_offset = src_strd - MB_SIZE; in ime_calculate_sad2_prog()
|
H A D | ih264e_mc.c | 443 i4_ref_strd, MB_SIZE, u1_dx, in ih264e_motion_comp_chroma() 449 MB_SIZE, MB_SIZE, in ih264e_motion_comp_chroma() 450 i4_pred_strd, MB_SIZE >> 1, in ih264e_motion_comp_chroma() 451 MB_SIZE); in ih264e_motion_comp_chroma()
|
H A D | ih264e_core_coding.c | 1596 i4_rec_strd, MB_SIZE, MB_SIZE, NULL, in ih264e_code_luma_intra_macroblock_16x16() 1929 for (b4 = 0; b4 < 4; b4++, pu1_nnz++, pi2_res_mb += MB_SIZE) in ih264e_code_luma_intra_macroblock_4x4_rdopt_on() 1974 …f_inter_pred_luma_copy(pu1_ref_mb_intra_4x4, pu1_rec_mb, MB_SIZE, i4_rec_strd, MB_SIZE, MB_SIZE, N… in ih264e_code_luma_intra_macroblock_4x4_rdopt_on() 2235 MB_SIZE, MB_SIZE, NULL, 0); in ih264e_code_luma_inter_macroblock_16x16() 2358 i4_rec_strd, MB_SIZE >> 1, MB_SIZE, in ih264e_code_chroma_inter_macroblock_8x8()
|
/aosp_15_r20/external/libavc/encoder/svc/ |
H A D | isvce_residual_pred.c | 259 for(i4_i = 0; i4_i < MB_SIZE; i4_i++) in isvce_luma_residual_sampler_2x() 275 pi4_ref_array_temp += MB_SIZE; in isvce_luma_residual_sampler_2x() 431 pi2_out_res -= MB_SIZE; in isvce_luma_residual_sampler_2x() 480 u4_size += MAX_PROCESS_CTXT * MB_SIZE * MB_SIZE * sizeof(WORD16); in isvce_get_svc_res_pred_ctxt_size() 481 u4_size += MAX_PROCESS_CTXT * MB_SIZE * (MB_SIZE / 2) * sizeof(WORD16); in isvce_get_svc_res_pred_ctxt_size() 500 WORD32 i4_layer_luma_mbs = (i4_layer_luma_wd / MB_SIZE) * (i4_layer_luma_ht / MB_SIZE); in isvce_get_svc_res_pred_ctxt_size() 504 (i4_layer_u_wd / (MB_SIZE / 2)) * (i4_layer_u_ht / (MB_SIZE / 2)); in isvce_get_svc_res_pred_ctxt_size() 512 ((1.5 == d_spatial_res_ratio) ? (i4_layer_luma_mbs * MB_SIZE * MB_SIZE) : 0) * in isvce_get_svc_res_pred_ctxt_size() 526 ((1.5 == d_spatial_res_ratio) ? (i4_layer_u_mbs * (MB_SIZE / 2) * (MB_SIZE / 2)) in isvce_get_svc_res_pred_ctxt_size() 545 ((i4_layer_luma_wd / MB_SIZE) + 2) * ((i4_layer_luma_ht / MB_SIZE) + 2); in isvce_get_svc_res_pred_ctxt_size() [all …]
|
H A D | isvce_ibl_eval.c | 49 return (u4_wd / MB_SIZE) * (u4_ht / MB_SIZE); in isvce_get_num_mb_states() 100 WORD32 i4_layer_wd_mbs = i4_layer_luma_wd / MB_SIZE; in isvce_get_svc_intra_pred_ctxt_size() 101 WORD32 i4_layer_ht_mbs = i4_layer_luma_ht / MB_SIZE; in isvce_get_svc_intra_pred_ctxt_size() 104 ((i4_layer_luma_wd / MB_SIZE) + 2) * ((i4_layer_luma_ht / MB_SIZE) + 2); in isvce_get_svc_intra_pred_ctxt_size() 138 u4_size += MAX_PROCESS_CTXT * MB_SIZE * MB_SIZE * sizeof(UWORD8); in isvce_get_svc_intra_pred_ctxt_size() 140 u4_size += MAX_PROCESS_CTXT * MB_SIZE * MB_SIZE * sizeof(UWORD8); in isvce_get_svc_intra_pred_ctxt_size() 502 ps_layer_props->u4_mb_wd = MB_SIZE >> 1; in isvce_ibl_layer_state_init() 503 ps_layer_props->u4_mb_ht = MB_SIZE >> 1; in isvce_ibl_layer_state_init() 513 ps_layer_props->u4_mb_wd = MB_SIZE; in isvce_ibl_layer_state_init() 514 ps_layer_props->u4_mb_ht = MB_SIZE; in isvce_ibl_layer_state_init() [all …]
|
H A D | isvce_me.c | 1657 rows_above = MB_SIZE + ps_proc->i4_mb_y * MB_SIZE; in isvce_compute_me_single_reflist() 1658 rows_below = (ps_proc->i4_ht_mbs - ps_proc->i4_mb_y) * MB_SIZE; in isvce_compute_me_single_reflist() 1659 columns_left = MB_SIZE + ps_proc->i4_mb_x * MB_SIZE; in isvce_compute_me_single_reflist() 1660 columns_right = (ps_proc->i4_wd_mbs - ps_proc->i4_mb_x) * MB_SIZE; in isvce_compute_me_single_reflist() 1792 ps_me_ctxt->u4_subpel_buf_strd, ps_proc->u4_bst_spel_buf_strd, MB_SIZE, MB_SIZE, NULL, in isvce_compute_me_single_reflist() 1949 ((UWORD8 *) ps_proc->s_src_buf_props.as_component_bufs[0].pv_data) + MB_SIZE; in isvce_compute_me_nmb() 1951 ((UWORD8 *) ps_proc->s_rec_buf_props.as_component_bufs[0].pv_data) + MB_SIZE; in isvce_compute_me_nmb() 1953 ((UWORD8 *) ps_proc->as_ref_buf_props[0].as_component_bufs[0].pv_data) + MB_SIZE; in isvce_compute_me_nmb() 1955 ((UWORD8 *) ps_proc->as_ref_buf_props[1].as_component_bufs[0].pv_data) + MB_SIZE; in isvce_compute_me_nmb() 1962 ((UWORD8 *) ps_proc->s_src_buf_props.as_component_bufs[1].pv_data) + MB_SIZE; in isvce_compute_me_nmb() [all …]
|
H A D | isvce_ilp_mv.c | 89 WORD32 i4_layer_luma_mbs = (i4_layer_luma_wd / MB_SIZE) * (i4_layer_luma_ht / MB_SIZE); in isvce_get_ilp_mv_ctxt_size() 136 aps_mb_positions[i][j].i4_abscissa = (u4_x_ref16 / MB_SIZE); in isvce_ref_layer_pu_and_mb_pos_init() 137 aps_mb_positions[i][j].i4_ordinate = (u4_y_ref16 / MB_SIZE); in isvce_ref_layer_pu_and_mb_pos_init() 261 (i4_layer_luma_wd / MB_SIZE) * (i4_layer_luma_ht / MB_SIZE); in isvce_ilp_mv_ctxt_init() 273 MB_SIZE); in isvce_ilp_mv_ctxt_init() 331 s_frame_dims_in_mbs.i4_abscissa = s_frame_dims.i4_abscissa / MB_SIZE; in isvce_get_ilp_mvs_for_me() 332 s_frame_dims_in_mbs.i4_ordinate = s_frame_dims.i4_ordinate / MB_SIZE; in isvce_get_ilp_mvs_for_me() 337 s_ref_frame_dims_in_mbs.i4_abscissa = s_ref_frame_dims.i4_abscissa / MB_SIZE; in isvce_get_ilp_mvs_for_me() 338 s_ref_frame_dims_in_mbs.i4_ordinate = s_ref_frame_dims.i4_ordinate / MB_SIZE; in isvce_get_ilp_mvs_for_me() 569 s_frame_dims_in_mbs.i4_abscissa = s_frame_dims.i4_abscissa / MB_SIZE; in isvce_get_mb_ilp_mv() [all …]
|
H A D | isvce_sub_pic_rc.c | 91 WORD32 i4_layer_mbs = (i4_layer_wd / MB_SIZE) * (i4_layer_ht / MB_SIZE); in isvce_get_sub_pic_rc_ctxt_size() 161 WORD32 i4_layer_mbs = (i4_layer_wd / MB_SIZE) * (i4_layer_ht / MB_SIZE); in isvce_sub_pic_rc_ctxt_init() 418 (ps_layer_state->i4_wd / MB_SIZE); in ihevce_svc_sub_pic_rc_set_header_bits() 544 (ps_layer_state->i4_wd / MB_SIZE); in ihevce_svc_sub_pic_rc_set_texture_bits() 661 (ps_layer_state->i4_wd / MB_SIZE); in isvce_sub_pic_rc_ctxt_update() 839 ps_sub_pic_rc_variables->s_mb_pos.i4_ordinate * (ps_layer_state->i4_wd / MB_SIZE); in isvce_sub_pic_rc_get_entropy_data() 867 for(j = 0; j < (ps_layer_state->i4_ht / MB_SIZE); j++) in isvce_sub_pic_rc_dump_data() 869 for(k = 0; k < (ps_layer_state->i4_wd / MB_SIZE); k++) in isvce_sub_pic_rc_dump_data() 872 &ps_layer_state->ps_mb_bits_info[k + j * (ps_layer_state->i4_wd / MB_SIZE)]; in isvce_sub_pic_rc_dump_data() 874 &ps_layer_state->ps_mb_bits_actual[k + j * (ps_layer_state->i4_wd / MB_SIZE)]; in isvce_sub_pic_rc_dump_data()
|
H A D | isvce_utils.c | 720 WORD32 i4_num_mbs = i4_layer_luma_samples / (MB_SIZE * MB_SIZE); in isvce_get_total_svc_au_data_size() 779 WORD32 i4_num_mbs = i4_layer_luma_samples / (MB_SIZE * MB_SIZE); in isvce_svc_au_data_mgr_add_bufs() 1731 WORD32 i4_num_mbs_in_row = i4_layer_luma_wd / MB_SIZE; in isvce_get_svc_nbr_info_buf_size() 1732 WORD32 i4_num_mbs_in_col = i4_layer_luma_ht / MB_SIZE; in isvce_get_svc_nbr_info_buf_size() 1816 WORD32 i4_num_mbs_in_row = i4_layer_luma_wd / MB_SIZE; in isvce_svc_nbr_info_buf_init() 1817 WORD32 i4_num_mbs_in_col = i4_layer_luma_ht / MB_SIZE; in isvce_svc_nbr_info_buf_init() 2346 ASSERT(0 == (ps_inp_buf->as_layer_yuv_buf_props[u1_spatial_layer_id].u4_width % MB_SIZE)); in isvce_svc_layer_pic_init() 2347 ASSERT(0 == (ps_inp_buf->as_layer_yuv_buf_props[u1_spatial_layer_id].u4_height % MB_SIZE)); in isvce_svc_layer_pic_init() 2350 ps_inp_buf->as_layer_yuv_buf_props[u1_spatial_layer_id].u4_width / MB_SIZE; in isvce_svc_layer_pic_init() 2352 ps_inp_buf->as_layer_yuv_buf_props[u1_spatial_layer_id].u4_height / MB_SIZE; in isvce_svc_layer_pic_init() [all …]
|
H A D | isvce_core_coding.c | 1615 s_res.pv_data = ((WORD16 *) s_res.pv_data) + ps_proc->i4_mb_x * MB_SIZE + in isvce_code_luma_intra_macroblock_16x16() 1616 ps_proc->i4_mb_y * MB_SIZE * s_res.i4_data_stride; in isvce_code_luma_intra_macroblock_16x16() 1659 i4_pred_stride, s_recon.i4_data_stride, MB_SIZE, in isvce_code_luma_intra_macroblock_16x16() 1660 MB_SIZE, NULL, 0); in isvce_code_luma_intra_macroblock_16x16() 1773 s_res.pv_data = ((WORD16 *) s_res.pv_data) + ps_proc->i4_mb_x * MB_SIZE + in isvce_code_luma_intra_macroblock_4x4() 1774 ps_proc->i4_mb_y * MB_SIZE * s_res.i4_data_stride; in isvce_code_luma_intra_macroblock_4x4() 1978 for(b4 = 0; b4 < 4; b4++, pu1_nnz++, pi2_res_mb += MB_SIZE) in isvce_code_luma_intra_macroblock_4x4_rdopt_on() 2024 ps_inter_pred_fxns->pf_inter_pred_luma_copy(pu1_ref_mb_intra_4x4, pu1_rec_mb, MB_SIZE, in isvce_code_luma_intra_macroblock_4x4_rdopt_on() 2025 i4_rec_strd, MB_SIZE, MB_SIZE, NULL, 0); in isvce_code_luma_intra_macroblock_4x4_rdopt_on() 2105 s_res.pv_data = ((WORD16 *) s_res.pv_data) + ps_proc->i4_mb_x * MB_SIZE + in isvce_code_chroma_intra_macroblock_8x8() [all …]
|
H A D | isvce_mc.c | 472 pu1_ref, pu1_ref_buf[i4_predmode], i4_ref_strd, MB_SIZE, u1_dx, u1_dy, ht, wd); in isvce_motion_comp_chroma() 476 pu1_pred, MB_SIZE, MB_SIZE, in isvce_motion_comp_chroma() 477 i4_pred_strd, MB_SIZE >> 1, MB_SIZE); in isvce_motion_comp_chroma()
|
H A D | isvce_process.c | 1637 ((UWORD8 *) ps_proc->s_src_buf_props.as_component_bufs[0].pv_data) + MB_SIZE; in isvce_update_proc_ctxt() 1639 ((UWORD8 *) ps_proc->s_rec_buf_props.as_component_bufs[0].pv_data) + MB_SIZE; in isvce_update_proc_ctxt() 1641 ((UWORD8 *) ps_proc->as_ref_buf_props[0].as_component_bufs[0].pv_data) + MB_SIZE; in isvce_update_proc_ctxt() 1643 ((UWORD8 *) ps_proc->as_ref_buf_props[1].as_component_bufs[0].pv_data) + MB_SIZE; in isvce_update_proc_ctxt() 1650 ((UWORD8 *) ps_proc->s_src_buf_props.as_component_bufs[1].pv_data) + MB_SIZE; in isvce_update_proc_ctxt() 1652 ((UWORD8 *) ps_proc->s_rec_buf_props.as_component_bufs[1].pv_data) + MB_SIZE; in isvce_update_proc_ctxt() 1654 ((UWORD8 *) ps_proc->as_ref_buf_props[0].as_component_bufs[1].pv_data) + MB_SIZE; in isvce_update_proc_ctxt() 1656 ((UWORD8 *) ps_proc->as_ref_buf_props[1].as_component_bufs[1].pv_data) + MB_SIZE; in isvce_update_proc_ctxt() 1681 ((UWORD8 *) ps_deblk->s_rec_pic_buf_props.as_component_bufs[0].pv_data) += MB_SIZE; in isvce_update_proc_ctxt() 1686 ((UWORD8 *) ps_deblk->s_rec_pic_buf_props.as_component_bufs[1].pv_data) += MB_SIZE; in isvce_update_proc_ctxt() [all …]
|
/aosp_15_r20/external/libavc/common/ |
H A D | ih264_defs.h | 509 #define MB_SIZE 16 macro 526 #define MAX_TU_IN_MB_ROW ((MB_SIZE / MIN_TU_SIZE)) 528 #define MIN_TU_IN_MB_ROW ((MB_SIZE / MAX_TU_SIZE)) 531 #define MAX_PU_IN_MB_ROW ((MB_SIZE / MIN_PU_SIZE)) 544 #define MAX_PU_IN_MB ((MB_SIZE / MIN_PU_SIZE) * \ 545 (MB_SIZE / MIN_PU_SIZE)) 548 #define MAX_TU_IN_MB ((MB_SIZE / MIN_TU_SIZE) * \ 549 (MB_SIZE / MIN_TU_SIZE)) 571 #define MAX_VERT_DEBLK_EDGES ((MB_SIZE/8) * (MB_SIZE/4)) 572 #define MAX_HORZ_DEBLK_EDGES ((MB_SIZE/4) * (MB_SIZE/8)) [all …]
|
/aosp_15_r20/external/libmpeg2/common/ |
H A D | impeg2_defs.h | 139 #define MB_SIZE 16 macro 148 #define MB_LUMA_MEM_SIZE ((MB_SIZE) * (MB_SIZE)) 149 #define MB_CHROMA_MEM_SIZE ((MB_SIZE/2) * (MB_SIZE/2))
|
H A D | impeg2_inter_pred.c | 86 UWORD32 u4_rows = MB_SIZE; in impeg2_copy_mb() 87 UWORD32 u4_cols = MB_SIZE; in impeg2_copy_mb() 172 for(i = MB_SIZE; i > 0; i--) in impeg2_interpolate() 174 for(j = MB_SIZE; j > 0; j--) in impeg2_interpolate() 179 pu1_dst += u4_stride - MB_SIZE; in impeg2_interpolate()
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
H A D | conceal.cpp | 150 int row = MB_SIZE; in CopyVopMB() 171 oscl_memcpy(y1, y2, MB_SIZE); in CopyVopMB() 174 oscl_memcpy(y1, y2, MB_SIZE); in CopyVopMB() 177 oscl_memcpy(y1, y2, MB_SIZE); in CopyVopMB() 180 oscl_memcpy(y1, y2, MB_SIZE); in CopyVopMB()
|
H A D | mp4def.h | 141 #define MB_SIZE 16 macro 142 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
|
/aosp_15_r20/external/libavc/decoder/mvc/ |
H A D | imvcd_utils.c | 470 ps_view_ctxt->pu1_y_intra_pred_line -= MB_SIZE; in imvcd_free_dynamic_bufs() 476 ps_view_ctxt->pu1_u_intra_pred_line -= MB_SIZE; in imvcd_free_dynamic_bufs() 482 ps_view_ctxt->pu1_v_intra_pred_line -= MB_SIZE; in imvcd_free_dynamic_bufs() 503 return (u4_view_wd * (u4_view_ht + PAD_MV_BANK_ROW)) / MB_SIZE; in imvcd_get_num_elements_in_mv_pred_buf() 508 return (u4_view_wd * OFFSET_MV_BANK_ROW) / MB_SIZE; in imvcd_get_mv_pred_buf_padding_length() 598 ps_view_ctxt->ps_cur_sps->u2_frm_ht_in_mbs * MB_SIZE; in imvcd_init_au_buffers() 600 ps_view_ctxt->ps_cur_sps->u2_frm_wd_in_mbs * MB_SIZE; in imvcd_init_au_buffers() 777 i4_mem_size = sizeof(UWORD8) * ((u4_wd_mbs + 2) * MB_SIZE) * 2; in imvcd_allocate_dynamic_bufs() 782 ps_view_ctxt->pu1_y_intra_pred_line += MB_SIZE; in imvcd_allocate_dynamic_bufs() 784 i4_mem_size = sizeof(UWORD8) * ((u4_wd_mbs + 2) * MB_SIZE) * 2; in imvcd_allocate_dynamic_bufs() [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | int8mm_kernel.cpp | 334 #define LAUNCH_TINYGEMM_KERNEL(MB_SIZE, NB_SIZE) \ argument 335 tinygemm_kernel<MB_SIZE, NB_SIZE>( \ 339 #define LAUNCH_TINYGEMM_NB_SIZE(MB_SIZE) \ argument 342 LAUNCH_TINYGEMM_KERNEL(MB_SIZE, 1); \ 345 LAUNCH_TINYGEMM_KERNEL(MB_SIZE, 2); \ 348 LAUNCH_TINYGEMM_KERNEL(MB_SIZE, 3); \ 351 LAUNCH_TINYGEMM_KERNEL(MB_SIZE, 4); \
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | mp4def.h | 213 #define MB_SIZE 16 macro 214 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
|
/aosp_15_r20/external/libavc/common/svc/ |
H A D | isvc_intra_resample.h | 40 #define MAX_REF_IDX_ARRAY (MAX_REF_ARR_WD_HT + MB_SIZE) 154 seg_lookup_desc_t as_seg_lookup_horz[MB_SIZE]; 157 seg_lookup_desc_t as_seg_lookup_vert[MB_SIZE];
|