HomeSort by relevance Sort by last modified time
    Searched refs:ht (Results 51 - 75 of 286) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libavc/common/
ih264_inter_pred_filters.h 107 WORD32 ht,
116 WORD32 ht,
134 WORD32 ht,
  /external/libavc/encoder/
ih264e_half_pel.c 190 WORD32 ht = HP_PL_HT, wd = HP_PL_WD; local
192 for (row = 0; row < ht; row++)
207 for (row = 0; row < ht; row++)
ih264e_fmt_conv.h 60 WORD32 ht,
70 WORD32 ht,
81 WORD32 ht,
93 WORD32 ht,
ih264e_mc.c 143 UWORD32 wd, ht; local
221 ht = (ps_curr_pu->b4_ht + 1) << 2;
265 i4_pred_strd, ht, wd, NULL,
322 UWORD32 wd, ht; local
360 ht = (ps_curr_pu->b4_ht + 1) << 1;
381 i4_pred_strd, u1_dx, u1_dy, ht, wd);
422 ht = (ps_curr_pu->b4_ht + 1) << 1;
439 u1_dy, ht, wd);
ih264e_utils.h 97 * @param[in] ht
106 WORD32 ih264e_get_min_level(WORD32 wd, WORD32 ht);
  /frameworks/base/core/java/android/text/style/
DrawableMarginSpan.java 61 int ht = mDrawable.getIntrinsicHeight(); local
63 int need = ht - (v + fm.descent - fm.ascent - istartv);
67 need = ht - (v + fm.bottom - fm.top - istartv);
  /external/boringssl/src/crypto/bn/
internal.h 238 BN_ULONG m, m1, lt, ht; \
241 ht = h; \
244 m1 = (bl) * (ht); \
245 ht = (bh) * (ht); \
248 ht += L2HBITS((BN_ULONG)1); \
249 ht += HBITS(m); \
253 ht++; \
255 (h) = ht; \
  /external/libavc/test/encoder/
psnr.c 100 WORD32 wd, ht, strd1, strd2; local
112 ht = ps_buf1->au4_ht[comp];
167 for(i = 0; i < ht; i++)
180 df_psnr[comp] /= (wd * ht);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
toplev.h 68 extern struct ht *ident_hash;
  /external/libavc/common/x86/
ih264_weighted_pred_sse42.c 63 /* two ht x wd blocks, calculates their rounded-average and */
64 /* stores it in the destination block. (ht,wd) can be */
73 /* ht - height of the block */
91 WORD32 ht,
123 ht -= 4;
128 while(ht > 0);
156 ht -= 4;
161 while(ht > 0);
210 ht -= 8;
215 while(ht > 0)
    [all...]
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class0.s 49 @ WORD32 ht)
60 @r10=> ht
81 LDR r10,[sp,#64] @Loads ht
97 SUB r4,r10,#1 @(ht - 1)
101 MUL r4,r4,r1 @(ht - 1) * src_strd
103 ADD r4,r4,r0 @pu1_src[(ht - 1) * src_strd]
106 VLD1.8 D0,[r4]! @Load pu1_src[(ht - 1) * src_strd + col]
137 MOV r4,r10 @move ht to r4 for loop count
140 LDRB r11,[r2] @load pu1_src_left since ht - row =0 when it comes first pu1_src_left is incremented later
146 SUB r14,r10,r4 @ht - ro
    [all...]
ihevc_inter_pred_luma_copy.s 26 @* copies the array of width 'wd' and height 'ht' from the location pointed
44 @* @param[in] ht
63 @ word32 ht,
71 @ r7 => ht
87 ldr r7,[sp,#44] @loads ht
88 cmp r7,#0 @checks ht == 0
118 subs r7,r7,#4 @ht - 4
149 subs r7,r7,#4 @ht -= 4
178 subs r7,r7,#4 @ht -= 4
ihevc_inter_pred_chroma_copy.s 47 @* copies the array of width 'wd' and height 'ht' from the location pointed
65 @* @param[in] ht
84 @ word32 ht,
92 @ r5 => ht
109 ldr r7,[sp,#44] @loads ht
110 cmp r7,#0 @checks ht == 0
112 and r8,r7,#3 @check ht for mul of 2
144 subs r7,r7,#4 @ht - 4
196 subs r7,r7,#4 @ht -= 4
243 subs r7,r7,#4 @ht -=
    [all...]
ihevc_sao_band_offset_luma.s 47 @ WORD32 ht)
58 @r8 => ht
73 LDR r8,[sp,#56] @Loads ht
76 MOV r9,r8 @Move the ht to r9 for loop counter
101 SUB r12,r8,#1 @ht-1
105 MUL r12,r12,r1 @ht-1 * src_strd
107 ADD r4,r12,r0 @pu1_src[(ht - 1) * src_strd]
112 VLD1.8 D0,[r4]! @Load pu1_src[(ht - 1) * src_strd + col]
187 MOV r11,r8 @move ht
215 SUBS r11,r11,#4 @Decrement the ht loop count by
    [all...]
  /external/libavc/decoder/
ih264d_format_conv.c 85 * @param[in] ht
104 * values for wd and ht it can be done
112 WORD32 ht,
141 for(i2_i = 0; i2_i < (ht >> 1); i2_i++)
226 WORD32 ht,
255 for(i2_i = 0; i2_i < (ht >> 1); i2_i++)
349 * @param[in] ht
368 * values for wd and ht it can be done
378 WORD32 ht,
392 num_rows = ht;
    [all...]
  /external/libavc/common/arm/
ih264_default_weighted_pred_a9q.s 50 @* This function gets two ht x wd blocks, calculates their rounded-average and
71 @* @param[in] ht
81 @* (ht,wd) can be (4,4), (4,8), (8,4), (8,8), (8,16), (16,8) or (16,16).
91 @ WORD32 ht,
101 @ [sp+8] => ht (r6)
116 ldr r6, [sp, #28] @Load ht
135 subs r6, r6, #4 @decrement ht by 4
159 subs r6, r6, #4 @decrement ht by 4
201 subs r6, r6, #8 @decrement ht by 8
224 @* This function gets two ht x wd blocks, calculates their rounded-average an
    [all...]
  /external/libmpeg2/decoder/
impeg2d_deinterlace.c 77 WORD32 ht,
84 ps_dst->ai4_ht[0] = ht;
85 ps_dst->ai4_ht[1] = ht / 2;
86 ps_dst->ai4_ht[2] = ht / 2;
235 WORD32 ht = ALIGN16(ps_dec->u2_vertical_size); local
238 pu1_buf_u = pu1_buf_y + wd * ht;
239 pu1_buf_v = pu1_buf_u + wd * ht / 4;
  /external/libmpeg2/common/x86/
icv_variance_ssse3.c 74 * @param[in] ht
84 WORD32 icv_variance_8x4_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 wd, WORD32 ht)
97 UNUSED(ht);
100 ASSERT(ht == 4);
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 66 const transform_2d ht = IHT_8[tx_type]; local
70 ht.rows(input, outptr);
79 ht.cols(temp_in, temp_out);
100 const transform_2d ht = IHT_16[tx_type]; local
104 ht.rows(input, outptr);
113 ht.cols(temp_in, temp_out);
256 const highbd_transform_2d ht = HIGH_IHT_8[tx_type]; local
261 ht.rows(input, outptr, bd);
270 ht.cols(temp_in, temp_out, bd);
291 const highbd_transform_2d ht = HIGH_IHT_16[tx_type] local
    [all...]
  /external/libhevc/decoder/
ihevcd_utils.h 56 WORD32 ht);
  /external/libmpeg2/common/
ideint_utils.h 66 WORD32 ht);
  /external/mesa3d/src/glsl/
link_functions.cpp 143 struct hash_table *ht = hash_table_ctor(0, hash_table_pointer_hash, local
150 ir_instruction *copy = original->clone(linked, ht);
159 ir_instruction *copy = original->clone(linked, ht);
164 hash_table_dtor(ht);
lower_if_to_cond_assign.cpp 113 struct hash_table *ht)
121 if (hash_table_find(ht, assign) == NULL) {
122 hash_table_insert(ht, assign, assign);
129 hash_table_find(ht, assign->lhs->variable_referenced()) != NULL;
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Segment.h 61 CJBig2_HuffmanTable* ht; member in union:CJBig2_Segment::__anon21412
  /external/libavc/encoder/x86/
ih264e_half_pel_ssse3.c 105 WORD32 ht; local
117 ht = 16;
192 ht--;
196 while(ht > 0);
254 WORD32 ht; local
257 ht = 17;
359 ht--;
363 while(ht > 0);
366 ht = 17;
479 ht--
    [all...]

Completed in 1136 milliseconds

1 23 4 5 6 7 8 91011>>