HomeSort by relevance Sort by last modified time
    Searched refs:edgeidx (Results 1 - 6 of 6) sorted by null

  /external/libhevc/encoder/arm/
ihevce_common_utils_neon.c 478 int16x8_t edgeidx, edgeidx1; local
570 edgeidx = vaddq_s16(vaddq_s16(sign_reg0, const_2), sign_reg1);
574 edgeidx = vandq_s16(edgeidx_reg0, edgeidx);
579 temp_reg0 = (int16x8_t)vceqq_s16(const_0, edgeidx);
581 temp_reg1 = (int16x8_t)vceqq_s16(const_1, edgeidx);
584 temp_reg2 = (int16x8_t)vceqq_s16(const_3, edgeidx);
586 temp_reg3 = (int16x8_t)vceqq_s16(const_4, edgeidx);
626 /*store edgeidx account*/
656 edgeidx = vaddq_s16(vaddq_s16(sign_reg0, const_2), sign_reg1)
1279 int16x8_t edgeidx, edgeidx1; local
    [all...]
  /external/libhevc/encoder/
ihevce_sao.c 448 WORD32 edgeidx; local
512 for(edgeidx = 0; edgeidx < 5; edgeidx++)
514 acc_error_category[edgeidx] = 0;
515 category_count[edgeidx] = 0;
560 for(edgeidx = 0; edgeidx < 5; edgeidx++)
562 acc_error_category[edgeidx] = 0
    [all...]
ihevce_common_utils.c 1070 WORD32 a, b, c, pel_error, edgeidx; local
1138 edgeidx = 2 + SIGN(c - a) + SIGN(c - b);
1142 pi4_acc_error_category[edgeidx] += pel_error;
1143 pi4_category_count[edgeidx]++;
1179 WORD32 a, b, c, pel_error, edgeidx; local
    [all...]
  /external/llvm/include/llvm/Support/
GraphWriter.h 240 void writeEdge(NodeType *Node, unsigned edgeidx, child_iterator EI) {
253 edgeidx = -1;
255 emitEdge(static_cast<const void*>(Node), edgeidx, local
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GraphWriter.h 226 void writeEdge(NodeType *Node, unsigned edgeidx, child_iterator EI) {
239 edgeidx = -1;
241 emitEdge(static_cast<const void*>(Node), edgeidx, local
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
GraphWriter.h 238 void writeEdge(NodeRef Node, unsigned edgeidx, child_iterator EI) {
251 edgeidx = -1;
253 emitEdge(static_cast<const void*>(Node), edgeidx, local

Completed in 571 milliseconds