/external/libhevc/decoder/ |
ihevcd_sao.c | 241 UWORD32 u4_no_loop_filter_flag; 247 u4_no_loop_filter_flag = (*(UWORD32 *)(pu1_no_loop_filter_flag + i * loop_filter_strd)) >> 321 UWORD32 u4_no_loop_filter_flag; 327 u4_no_loop_filter_flag = (*(UWORD32 *)(pu1_no_loop_filter_flag + i * loop_filter_strd)) >> ((((ps_sao_ctxt->i4_ctb_x << log2_ctb_size) - sao_wd_luma) / 8) % 8); 390 UWORD32 u4_no_loop_filter_flag; 396 u4_no_loop_filter_flag = (*(UWORD32 *)(pu1_no_loop_filter_flag + i * loop_filter_strd)) >> ((((ps_sao_ctxt->i4_ctb_x << log2_ctb_size) - sao_wd_chroma) / 8) % 8); 475 UWORD32 u4_no_loop_filter_flag; 481 u4_no_loop_filter_flag = (*(UWORD32 *)(pu1_no_loop_filter_flag + i * loop_filter_strd)) >> ((((ps_sao_ctxt->i4_ctb_x << log2_ctb_size) - sao_wd_chroma) / 8) % 8); 623 UWORD32 u4_no_loop_filter_flag; 658 u4_no_loop_filter_flag = (*(UWORD32 *)(pu1_no_loop_filter_flag + i * loop_filter_strd)) > [all...] |
ihevcd_mv_merge.c | 463 UWORD32 *pu4_top_pu_idx, 464 UWORD32 *pu4_left_pu_idx,
|
ihevcd_utils.c | 80 mv_buf_t* ihevcd_mv_mgr_get_poc(buf_mgr_t *ps_mv_buf_mgr, UWORD32 abs_poc); 634 ps_mv_buf->pu4_pic_pu_idx = (UWORD32 *)pu1_buf; 908 ps_codec->s_parse.pu4_pic_tu_idx = (UWORD32 *)pu1_buf; [all...] |
ihevcd_parse_slice_header.c | 75 mv_buf_t* ihevcd_mv_mgr_get_poc(buf_mgr_t *ps_mv_buf_mgr, UWORD32 abs_poc); [all...] |
/external/libavc/encoder/ |
ih264e_me.c | 127 UWORD32 u4_code_num, u4_range; 128 UWORD32 u4_uev_min, u4_uev_max, u4_sev_min, u4_sev_max; 245 UWORD32 u4_num_candidates = 0; 642 UWORD32 u4_left_is_intra; [all...] |
ih264e_encode.c | 166 IH264E_ERROR_T ih264e_wait_for_thread(UWORD32 sleep_us)
|
ih264e_encode_header.c | 823 (UWORD32)ih264e_get_min_level(ps_cfg->u4_max_wd, ps_cfg->u4_max_ht)); [all...] |
/external/libavc/encoder/arm/ |
ime_distortion_metrics_a9q.s | 365 @ r3 = RefBufferWidth <UWORD32> 366 @ stack = CurBufferWidth <UWORD32>, psad <UWORD32 *> 453 @ stack = RefBufferWidth <UWORD32>, CurBufferWidth <UWORD32>, psad <UWORD32 *> 783 @ r2 = RefBufferWidth <UWORD32> 784 @ r3 = CurBufferWidth <UWORD32> 785 @ stack = psad <UWORD32 *> {at 0x34} [all...] |
/external/libavc/common/arm/ |
ih264_resi_trans_quant_a9.s | 467 @ const UWORD16 *pu2_threshold_matrix, UWORD32 u4_qbits, 468 @ UWORD32 u4_round_factor,UWORD8 *pu1_nnz 615 @ const UWORD16 *pu2_threshold_matrix, UWORD32 u4_qbits, 616 @ UWORD32 u4_round_factor,UWORD8 *pu1_nnz
|
ih264_inter_pred_luma_horz_qpel_a9q.s | 92 @ UWORD32 dydx)
|
ih264_iquant_itrans_recon_a9.s | 93 @ UWORD32 u4_qp_div_6, 280 @ UWORD32 u4_qp_div_6, 471 @ UWORD32 u4_qp_div_6, [all...] |
ih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s | 100 @ UWORD32 dydx)
|
ih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s | 103 @ UWORD32 dydx)
|
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s | 99 @ UWORD32 dydx)
|
ih264_inter_pred_luma_vert_qpel_a9q.s | 90 @ UWORD32 dydx)
|
ih264_inter_pred_luma_horz_hpel_vert_qpel_a9q.s | 103 @ UWORD32 dydx)
|
/external/libavc/common/x86/ |
ih264_deblk_chroma_ssse3.c | 433 UWORD32 u4_bs, [all...] |
ih264_deblk_luma_ssse3.c | [all...] |
/external/libavc/decoder/ |
ih264d_tables.c | 161 UWORD32 const gau4_ih264d_packed_bs2[32] = 466 /** MB partition information is packed into a UWORD32 {0,number,width,height} */ 467 const UWORD32 gau4_ih264d_submb_part[] = [all...] |
ih264d_mvpred.c | 287 UWORD32 u4_cond = ps_dec->u4_num_pmbair; [all...] |
/external/libhevc/common/x86/ |
ihevc_itrans_recon_sse42_intr.c | 673 UWORD32 *pu4_dst = (UWORD32 *)pu1_dst; 700 pu4_dst = (UWORD32 *)(pu1_dst); 704 pu4_dst = (UWORD32 *)(pu1_dst); 708 pu4_dst = (UWORD32 *)(pu1_dst); [all...] |
ihevc_itrans_recon_ssse3_intr.c | 841 UWORD32 *pu4_dst = (UWORD32 *)pu1_dst; [all...] |
/frameworks/av/media/libstagefright/codecs/avcdec/ |
SoftAVCDec.cpp | 192 s_ctl_ip.u4_disp_wd = (UWORD32)stride;
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
SoftHEVC.cpp | 149 s_ctl_ip.u4_disp_wd = (UWORD32)stride;
|
/external/libavc/encoder/x86/ |
ime_distortion_metrics_sse42.c | [all...] |