HomeSort by relevance Sort by last modified time
    Searched refs:CLIP3 (Results 26 - 42 of 42) sorted by null

12

  /external/libavc/decoder/
ih264d_parse_bslice.c     [all...]
ih264d_parse_mb_header.c     [all...]
ih264d_process_bslice.c 795 i16_td = CLIP3(-128, 127, i16_td);
797 i16_tb = CLIP3(-128, 127, i16_tb);
800 i2_dist_scale_factor = CLIP3(-1024, 1023,
    [all...]
ih264d_process_intra_mb.c     [all...]
ih264d_utils.c     [all...]
  /external/libavc/encoder/
ime.c 723 s_clip_skip_mv.i2_mvx = CLIP3(ps_me_ctxt->i4_srch_range_w, ps_me_ctxt->i4_srch_range_e, s_skip_mv.i2_mvx);
724 s_clip_skip_mv.i2_mvy = CLIP3(ps_me_ctxt->i4_srch_range_n, ps_me_ctxt->i4_srch_range_s, s_skip_mv.i2_mvy);
ih264e_cabac_encode.c     [all...]
  /external/libhevc/decoder/
ihevcd_mv_pred.c 120 dist_scale_factor = CLIP3(dist_scale_factor, -4096, 4095);
180 dist_scale_factor = CLIP3(dist_scale_factor, -4096, 4095);
ihevcd_cabac.c 679 numones = CLIP3(numones, 0, 16);
ihevcd_iquant_itrans_recon_ctb.c     [all...]
ihevcd_parse_slice.c 705 ref_idx = CLIP3(ref_idx, 0, MAX_DPB_SIZE - 1);
756 ref_idx = CLIP3(ref_idx, 0, MAX_DPB_SIZE - 1);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c     [all...]
  /external/libhevc/common/x86/
ihevc_sao_ssse3_intr.c     [all...]
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class2_chroma.s 153 USAT r9,#8,r9 @u1_pos_0_0_tmp_u = CLIP3(pu1_src[0] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
184 USAT r10,#8,r10 @u1_pos_0_0_tmp_v = CLIP3(pu1_src[0] + pi1_sao_offset_v[edge_idx], 0, (1 << bit_depth) - 1)
227 USAT r10,#8,r10 @u1_pos_wd_ht_tmp = CLIP3(pu1_src[wd - 1 + (ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
259 USAT r9,#8,r9 @u1_pos_wd_ht_tmp_v = CLIP3(pu1_src[wd - 1 + (ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
    [all...]
ihevc_sao_edge_offset_class3_chroma.s 149 USAT r9,#8,r9 @u1_pos_0_0_tmp_u = CLIP3(pu1_src[wd - 2] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
178 USAT r10,#8,r10 @u1_pos_0_0_tmp_v = CLIP3(pu1_src[wd - 1] + pi1_sao_offset_v[edge_idx], 0, (1 << bit_depth) - 1)
219 USAT r10,#8,r10 @u1_pos_wd_ht_tmp = CLIP3(pu1_src[(ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
250 USAT r9,#8,r9 @u1_pos_wd_ht_tmp_v = CLIP3(pu1_src[(ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
    [all...]
ihevc_sao_edge_offset_class2.s 140 USAT r9,#8,r9 @u1_pos_0_0_tmp = CLIP3(pu1_src[0] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
177 USAT r10,#8,r10 @u1_pos_wd_ht_tmp = CLIP3(pu1_src[wd - 1 + (ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
    [all...]
ihevc_sao_edge_offset_class3.s 143 USAT r9,#8,r9 @u1_pos_0_0_tmp = CLIP3(pu1_src[0] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
186 USAT r10,#8,r10 @u1_pos_wd_ht_tmp = CLIP3(pu1_src[(ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
    [all...]

Completed in 210 milliseconds

12