/external/libavc/decoder/ |
ih264d_deblocking.h | 64 deblk_mb_t * const ps_top_mb, 72 deblk_mb_t * const ps_top_mb, 83 deblk_mb_t * const ps_top_mb,
|
ih264d_deblocking.c | 308 deblk_mb_t * ps_top_mb, 323 UNUSED(ps_top_mb); 413 deblk_mb_t *ps_top_mb,*ps_left_mb,*ps_cur_mb; local 438 ps_top_mb = ps_cur_mb - (u4_image_wd_mb); 442 ps_top_mb = NULL; 448 ps_top_mb = NULL; 546 if(ps_top_mb) 554 i4_strd_y, i4_strd_uv, ps_top_mb, 701 deblk_mb_t *ps_top_mb; local 778 ps_top_mb = ps_cur_mb - (u2_image_wd_mb << 1) + 1 [all...] |
ih264d_mb_utils.c | 155 ps_cur_mb_info->ps_top_mb = ps_top_mb_row + mb_x; 159 ps_dec->u1_topleft_mbtype = ps_cur_mb_info->ps_top_mb->u1_mb_type; 445 ps_cur_mb_info->ps_top_mb = ps_top_mb_row + mb_x; 449 ps_dec->u1_topleft_mbtype = ps_cur_mb_info->ps_top_mb->u1_mb_type; 1218 mb_neigbour_params_t *ps_top_mb; local [all...] |
ih264d_thread_compute_bs.c | 211 u2_top_csbp = ps_cur_mb_info->ps_top_mb->u2_luma_csbp; 228 if(ps_cur_mb_info->ps_top_mb->u1_tran_form8x8 == 1) 231 ps_cur_mb_info->ps_top_mb->u2_luma_csbp); 271 ps_cur_mb_info->ps_top_mb->u4_pic_addrress,
|
ih264d_compute_bs.c | [all...] |
ih264d_process_intra_mb.c | 735 mb_neigbour_params_t *ps_top_mb; local 770 ps_top_mb = ps_cur_mb_info->ps_top_mb; 785 && ((ps_top_mb->u1_mb_type != P_MB) 786 && (ps_top_mb->u1_mb_type != B_MB)); [all...] |
ih264d_parse_cavlc.c | [all...] |
ih264d_parse_cabac.c | [all...] |
ih264d_parse_islice.c | 388 ui_N = ((ps_cur_mb_info->ps_top_mb->pu1_nnz_y[0] 398 ui_N = ps_cur_mb_info->ps_top_mb->pu1_nnz_y[0]; [all...] |
ih264d_mvpred.c | 163 u1_is_top_mb_fld = ps_cur_mb_info->ps_top_mb->u1_mb_fld; [all...] |
ih264d_structs.h | 476 mb_neigbour_params_t *ps_top_mb; member in struct:_DecMbInfo [all...] |