Searched defs:ht (Results 1 – 7 of 7) sorted by relevance
28 #define mix_log_destroy_ht(ht) if(ht) { g_hash_table_destroy(ht); ht = NULL; } argument30 void mix_log_get_ht(GHashTable **ht, const gchar *var) { in mix_log_get_ht()
167 const transform_2d ht = FHT_4[tx_type]; in vp9_fht4x4_c() local579 const transform_2d ht = FHT_8[tx_type]; in vp9_fht8x8_c() local976 const transform_2d ht = FHT_16[tx_type]; in vp9_fht16x16_c() local
404 const transform_2d ht = IHT_8[tx_type]; in vp9_iht8x8_64_add_c() local822 const transform_2d ht = IHT_16[tx_type]; in vp9_iht16x16_256_add_c() local
1490 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local
1694 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local
1695 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local
718 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht) in convert_YUYV_to_420_NV12()