HomeSort by relevance Sort by last modified time
    Searched refs:ht (Results 151 - 175 of 281) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 141 int ht = tv.getPaddingTop() + tv.getPaddingBottom(); local
160 pop.setHeight(ht + l.getHeight());
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 260 hp, ht, pid, tid = _subprocess.CreateProcess(
263 ht.Close()
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 260 hp, ht, pid, tid = _subprocess.CreateProcess(
263 ht.Close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 260 hp, ht, pid, tid = _subprocess.CreateProcess(
263 ht.Close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 260 hp, ht, pid, tid = _subprocess.CreateProcess(
263 ht.Close()
  /external/autotest/server/cros/chaos_lib/
chaos_runner.py 207 capturer_ht_type=networks[0].ht,
  /external/libavc/common/arm/
ih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s 75 @* @param[in] ht
97 @ WORD32 ht,
107 @ r8 => ht
119 ldr r8, [sp, #104] @ loads ht
ih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s 78 @* @param[in] ht
100 @ WORD32 ht,
110 @ r4 => ht
124 ldr r4, [sp, #104] @ loads ht
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s 74 @* @param[in] ht
96 @ WORD32 ht,
106 @ r4 => ht
119 ldr r4, [sp, #104] @ loads ht
ih264_inter_pred_luma_vert_qpel_a9q.s 65 @* @param[in] ht
87 @ WORD32 ht,
97 @ r5 => ht
110 ldr r5, [sp, #104] @Loads ht
  /external/libhevc/common/arm/
ihevc_inter_pred_luma_vert_w16inp_w16out.s 75 @* @param[in] ht
94 @ word32 ht,
102 @ r5 => ht
127 ldr r3,[sp,#44] @load ht
128 subs r7,r3,#0 @r3->ht
ihevc_inter_pred_filters_luma_vert.s 75 @* @param[in] ht
95 @ word32 ht,
104 @ r5 => ht
127 ldr r3,[sp,#44] @load ht
128 subs r7,r3,#0 @r3->ht
527 @* @param[in] ht
546 @ word32 ht,
555 @ r5 => ht
575 ldr r3,[sp,#44] @load ht
576 subs r7,r3,#0 @r3->ht
    [all...]
ihevc_inter_pred_filters_luma_vert_w16inp.s 75 @* @param[in] ht
94 @ word32 ht,
119 ldr r3,[sp,#44] @load ht
120 subs r7,r3,#0 @r3->ht
  /external/libvpx/libvpx/vpx_dsp/mips/
variance_msa.c 529 #define VPX_VARIANCE_WDXHT_MSA(wd, ht) \
530 uint32_t vpx_variance##wd##x##ht##_msa(const uint8_t *src, \
538 ht, &diff); \
540 return VARIANCE_##wd##Wx##ht##H(*sse, diff); \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 167 const transform_2d ht = FHT_4[tx_type]; local
175 ht.cols(temp_in, temp_out);
184 ht.rows(temp_in, temp_out);
579 const transform_2d ht = FHT_8[tx_type]; local
585 ht.cols(temp_in, temp_out);
594 ht.rows(temp_in, temp_out);
976 const transform_2d ht = FHT_16[tx_type]; local
982 ht.cols(temp_in, temp_out);
991 ht.rows(temp_in, temp_out);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 404 const transform_2d ht = IHT_8[tx_type]; local
408 ht.rows(input, outptr);
417 ht.cols(temp_in, temp_out);
822 const transform_2d ht = IHT_16[tx_type]; local
826 ht.rows(input, outptr);
835 ht.cols(temp_in, temp_out);
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 107 var ht = sc_properties[sym];
108 if (!ht) {
109 ht = new Object();
110 sc_properties[sym] = ht;
112 ht[key] = val;
117 var ht = sc_properties[sym];
118 if (ht) {
119 if (key in ht)
120 return ht[key];
129 var ht = sc_properties[sym]
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 555 CanvasTransform ht = mCanvas.getHorizontalTransform(); local
557 double horizScale = ht.getScale();
    [all...]
  /external/autotest/server/cros/clique_lib/
clique_runner.py 297 capturer_ht_type=networks[0].ht,
  /external/curl/lib/
mk-ca-bundle.pl 185 warning_message() unless ($opt_q || $url =~ m/^(ht|f)tps:/i );
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 472 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht,
481 "driver had channel switch: freq=%d, ht=%d, offset=%d, width=%d (%s), cf1=%d, cf2=%d",
482 freq, ht, offset, width, channel_width_to_string(width),
527 hapd->iconf->ieee80211n = ht;
528 if (!ht)
    [all...]
hostapd.h 392 /* Number of HT associated stations that do not support greenfield */
395 /* Number of associated non-HT stations */
398 /* Number of HT associated stations 20 MHz */
500 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht,
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp 119 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht);
718 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht)
725 for(row = 0; row < ht; row++)
732 for(row = 0, uv_row = ht; row < ht; row += 2, uv_row++)
    [all...]
  /hardware/qcom/camera/usbcamcore/src/
QualcommUsbCamera.cpp 119 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht);
718 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht)
725 for(row = 0; row < ht; row++)
732 for(row = 0, uv_row = ht; row < ht; row += 2, uv_row++)
    [all...]
  /external/libavc/encoder/
ih264e_api.c 4579 WORD32 ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); local
    [all...]

Completed in 843 milliseconds

1 2 3 4 5 67 8 91011>>