Searched refs:ht (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/libmix/mix_common/src/ |
D | mixlog.c | 28 #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() argument 34 if (!ht || !var) { in mix_log_get_ht() 43 if (*ht == NULL) { in mix_log_get_ht() 44 *ht = g_hash_table_new(g_str_hash, g_str_equal); in mix_log_get_ht() 45 if (*ht == NULL) { in mix_log_get_ht() 52 g_hash_table_insert(*ht, item, "true"); in mix_log_get_ht()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_dct.c | 167 const transform_2d ht = FHT_4[tx_type]; in vp9_fht4x4_c() local 175 ht.cols(temp_in, temp_out); in vp9_fht4x4_c() 184 ht.rows(temp_in, temp_out); in vp9_fht4x4_c() 579 const transform_2d ht = FHT_8[tx_type]; in vp9_fht8x8_c() local 585 ht.cols(temp_in, temp_out); in vp9_fht8x8_c() 594 ht.rows(temp_in, temp_out); in vp9_fht8x8_c() 976 const transform_2d ht = FHT_16[tx_type]; in vp9_fht16x16_c() local 982 ht.cols(temp_in, temp_out); in vp9_fht16x16_c() 991 ht.rows(temp_in, temp_out); in vp9_fht16x16_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 404 const transform_2d ht = IHT_8[tx_type]; in vp9_iht8x8_64_add_c() local 408 ht.rows(input, outptr); in vp9_iht8x8_64_add_c() 417 ht.cols(temp_in, temp_out); in vp9_iht8x8_64_add_c() 822 const transform_2d ht = IHT_16[tx_type]; in vp9_iht16x16_256_add_c() local 826 ht.rows(input, outptr); in vp9_iht16x16_256_add_c() 835 ht.cols(temp_in, temp_out); in vp9_iht16x16_256_add_c()
|
/hardware/qcom/camera/usbcamcore/src/ |
D | 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) in convert_YUYV_to_420_NV12() argument 725 for(row = 0; row < ht; row++) in convert_YUYV_to_420_NV12() 732 for(row = 0, uv_row = ht; row < ht; row += 2, uv_row++) in convert_YUYV_to_420_NV12()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device.cpp | 1490 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local 1494 ht = (ht + 15) & ~15; in venc_use_buf() 1497 luma_size = ht * wd; in venc_use_buf()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 1694 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local 1698 ht = (ht + 15) & ~15; in venc_use_buf() 1701 luma_size = ht * wd; in venc_use_buf()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 1695 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local 1699 ht = (ht + 15) & ~15; in venc_use_buf() 1702 luma_size = ht * wd; in venc_use_buf()
|