Home
last modified time | relevance | path

Searched refs:type_idx (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkbuffermemory.c108 guint32 type_idx; in _vk_buffer_mem_new_alloc() local
136 mem->requirements.memoryTypeBits, mem_prop_flags, &type_idx)) in _vk_buffer_mem_new_alloc()
139 mem->vk_mem = (GstVulkanMemory *) gst_vulkan_memory_alloc (device, type_idx, in _vk_buffer_mem_new_alloc()
Dgstvkimagememory.c219 guint32 type_idx; in _vk_image_mem_new_alloc() local
250 mem->requirements.memoryTypeBits, mem_prop_flags, &type_idx)) in _vk_image_mem_new_alloc()
259 mem->vk_mem = (GstVulkanMemory *) gst_vulkan_memory_alloc (device, type_idx, in _vk_image_mem_new_alloc()
/third_party/ffmpeg/libavcodec/
Dhevc_filter.c319 switch (sao->type_idx[c_idx]) { in sao_filter_CTB()
338 sao->type_idx[c_idx] = SAO_APPLIED; in sao_filter_CTB()
366 src_idx = (CTB(s->sao, x_ctb-1, y_ctb-1).type_idx[c_idx] == in sao_filter_CTB()
371 src_idx = (CTB(s->sao, x_ctb, y_ctb-1).type_idx[c_idx] == in sao_filter_CTB()
376 src_idx = (CTB(s->sao, x_ctb+1, y_ctb-1).type_idx[c_idx] == in sao_filter_CTB()
393 src_idx = (CTB(s->sao, x_ctb-1, y_ctb+1).type_idx[c_idx] == in sao_filter_CTB()
398 src_idx = (CTB(s->sao, x_ctb, y_ctb+1).type_idx[c_idx] == in sao_filter_CTB()
403 src_idx = (CTB(s->sao, x_ctb+1, y_ctb+1).type_idx[c_idx] == in sao_filter_CTB()
410 if (CTB(s->sao, x_ctb-1, y_ctb).type_idx[c_idx] == SAO_APPLIED) { in sao_filter_CTB()
420 if (CTB(s->sao, x_ctb+1, y_ctb).type_idx[c_idx] == SAO_APPLIED) { in sao_filter_CTB()
[all …]
Dhevcdsp.h44 uint8_t type_idx[3]; ///< sao_type_idx member
Dvp9dsp_template.c2097 #define filter_fn_1d(sz, dir, dir_m, type, type_idx, avg) \ argument
2103 ff_vp9_subpel_filters[type_idx][dir_m]); \
2106 #define filter_fn_2d(sz, type, type_idx, avg) \ argument
2112 ff_vp9_subpel_filters[type_idx][mx], \
2113 ff_vp9_subpel_filters[type_idx][my]); \
2396 #define scaled_filter_fn(sz, type, type_idx, avg) \ argument
2402 ff_vp9_subpel_filters[type_idx]); \
Dhevcdec.c1014 sao->type_idx[c_idx] = SAO_NOT_APPLIED; in hls_sao_param()
1019 sao->type_idx[2] = sao->type_idx[1]; in hls_sao_param()
1022 SET_SAO(type_idx[c_idx], ff_hevc_sao_type_idx_decode(s)); in hls_sao_param()
1025 if (sao->type_idx[c_idx] == SAO_NOT_APPLIED) in hls_sao_param()
1031 if (sao->type_idx[c_idx] == SAO_BAND) { in hls_sao_param()
1049 if (sao->type_idx[c_idx] == SAO_EDGE) { in hls_sao_param()
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2490 const unsigned type_idx = in get_type_name_for_precision_qualifier() local
2493 assert(type_idx < 4); in get_type_name_for_precision_qualifier()
2503 return names[type_idx]; in get_type_name_for_precision_qualifier()
2511 return names[offset + type_idx]; in get_type_name_for_precision_qualifier()
2518 return names[offset + type_idx]; in get_type_name_for_precision_qualifier()
2526 return names[offset + type_idx]; in get_type_name_for_precision_qualifier()
2533 return names[type_idx]; in get_type_name_for_precision_qualifier()
2540 return names[type_idx]; in get_type_name_for_precision_qualifier()
2547 return names[offset + type_idx]; in get_type_name_for_precision_qualifier()
2554 return names[type_idx]; in get_type_name_for_precision_qualifier()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dvp9dsp_mips.h24 #define VP9_8TAP_MIPS_MSA_FUNC(SIZE, type, type_idx) \ argument
237 #define VP9_8TAP_MIPS_MMI_FUNC(SIZE, type, type_idx) \ argument
Dvp9_mc_msa.c4326 #define VP9_8TAP_MIPS_MSA_FUNC(SIZE, type, type_idx) \ argument
4332 const int8_t *filter = vp9_subpel_filters_msa[type_idx][mx-1]; \
4342 const int8_t *filter = vp9_subpel_filters_msa[type_idx][my-1]; \
4352 const int8_t *hfilter = vp9_subpel_filters_msa[type_idx][mx-1]; \
4353 const int8_t *vfilter = vp9_subpel_filters_msa[type_idx][my-1]; \
4364 const int8_t *filter = vp9_subpel_filters_msa[type_idx][mx-1]; \
4375 const int8_t *filter = vp9_subpel_filters_msa[type_idx][my-1]; \
4386 const int8_t *hfilter = vp9_subpel_filters_msa[type_idx][mx-1]; \
4387 const int8_t *vfilter = vp9_subpel_filters_msa[type_idx][my-1]; \
/third_party/boost/boost/log/utility/
Dvalue_ref.hpp322 unsigned int type_idx = m_type_idx; in swap() local
324 that.m_type_idx = type_idx; in swap()