Home
last modified time | relevance | path

Searched defs:ht (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/libmix/mix_common/src/
Dmixlog.c28 #define mix_log_destroy_ht(ht) if(ht) { g_hash_table_destroy(ht); ht = NULL; } argument
30 void mix_log_get_ht(GHashTable **ht, const gchar *var) { in mix_log_get_ht()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c167 const transform_2d ht = FHT_4[tx_type]; in vp9_fht4x4_c() local
579 const transform_2d ht = FHT_8[tx_type]; in vp9_fht8x8_c() local
976 const transform_2d ht = FHT_16[tx_type]; in vp9_fht16x16_c() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.c404 const transform_2d ht = IHT_8[tx_type]; in vp9_iht8x8_64_add_c() local
822 const transform_2d ht = IHT_16[tx_type]; in vp9_iht16x16_256_add_c() local
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device.cpp1490 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp1694 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp1695 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local
/hardware/qcom/camera/usbcamcore/src/
DQualcommUsbCamera.cpp718 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht) in convert_YUYV_to_420_NV12()