Home
last modified time | relevance | path

Searched refs:edgeidx (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_common_utils_neon.c478 int16x8_t edgeidx, edgeidx1; in ihevce_get_luma_eo_sao_params_neon() local
570 edgeidx = vaddq_s16(vaddq_s16(sign_reg0, const_2), sign_reg1); in ihevce_get_luma_eo_sao_params_neon()
574 edgeidx = vandq_s16(edgeidx_reg0, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
579 temp_reg0 = (int16x8_t)vceqq_s16(const_0, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
581 temp_reg1 = (int16x8_t)vceqq_s16(const_1, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
584 temp_reg2 = (int16x8_t)vceqq_s16(const_3, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
586 temp_reg3 = (int16x8_t)vceqq_s16(const_4, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
656 edgeidx = vaddq_s16(vaddq_s16(sign_reg0, const_2), sign_reg1); in ihevce_get_luma_eo_sao_params_neon()
659 edgeidx = vandq_s16(edgeidx_reg0, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
661 temp_reg0 = (int16x8_t)vceqq_s16(const_0, edgeidx); in ihevce_get_luma_eo_sao_params_neon()
[all …]
/external/libhevc/encoder/
Dihevce_sao.c448 WORD32 edgeidx; in ihevce_sao_analyse() local
512 for(edgeidx = 0; edgeidx < 5; edgeidx++) in ihevce_sao_analyse()
514 acc_error_category[edgeidx] = 0; in ihevce_sao_analyse()
515 category_count[edgeidx] = 0; in ihevce_sao_analyse()
560 for(edgeidx = 0; edgeidx < 5; edgeidx++) in ihevce_sao_analyse()
562 acc_error_category[edgeidx] = 0; in ihevce_sao_analyse()
563 category_count[edgeidx] = 0; in ihevce_sao_analyse()
606 for(edgeidx = 0; edgeidx < 5; edgeidx++) in ihevce_sao_analyse()
608 acc_error_category[edgeidx] = 0; in ihevce_sao_analyse()
609 category_count[edgeidx] = 0; in ihevce_sao_analyse()
[all …]
Dihevce_common_utils.c1070 WORD32 a, b, c, pel_error, edgeidx; in ihevce_get_chroma_eo_sao_params() local
1138 edgeidx = 2 + SIGN(c - a) + SIGN(c - b); in ihevce_get_chroma_eo_sao_params()
1142 pi4_acc_error_category[edgeidx] += pel_error; in ihevce_get_chroma_eo_sao_params()
1143 pi4_category_count[edgeidx]++; in ihevce_get_chroma_eo_sao_params()
1179 WORD32 a, b, c, pel_error, edgeidx; in ihevce_get_luma_eo_sao_params() local
1246 edgeidx = 2 + SIGN(c - a) + SIGN(c - b); in ihevce_get_luma_eo_sao_params()
1250 pi4_acc_error_category[edgeidx] += pel_error; in ihevce_get_luma_eo_sao_params()
1251 pi4_category_count[edgeidx]++; in ihevce_get_luma_eo_sao_params()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGraphWriter.h226 void writeEdge(NodeType *Node, unsigned edgeidx, child_iterator EI) { in writeEdge() argument
239 edgeidx = -1; in writeEdge()
241 emitEdge(static_cast<const void*>(Node), edgeidx, in writeEdge()
/external/llvm/include/llvm/Support/
DGraphWriter.h240 void writeEdge(NodeType *Node, unsigned edgeidx, child_iterator EI) { in writeEdge() argument
253 edgeidx = -1; in writeEdge()
255 emitEdge(static_cast<const void*>(Node), edgeidx, in writeEdge()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGraphWriter.h238 void writeEdge(NodeRef Node, unsigned edgeidx, child_iterator EI) { in writeEdge() argument
251 edgeidx = -1; in writeEdge()
253 emitEdge(static_cast<const void*>(Node), edgeidx, in writeEdge()