HomeSort by relevance Sort by last modified time
    Searched defs:y_2 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
pitch.h 63 opus_val16 y_0, y_1, y_2, y_3; local
68 y_2=*y++;
76 sum[2] = MAC16_16(sum[2],tmp,y_2);
81 sum[1] = MAC16_16(sum[1],tmp,y_2);
86 sum[0] = MAC16_16(sum[0],tmp,y_2);
91 y_2=*y++;
95 sum[3] = MAC16_16(sum[3],tmp,y_2);
103 sum[2] = MAC16_16(sum[2],tmp,y_2);
111 sum[1] = MAC16_16(sum[1],tmp,y_2);
119 sum[0] = MAC16_16(sum[0],tmp,y_2);
    [all...]
  /external/libopus/celt/
pitch.h 63 opus_val16 y_0, y_1, y_2, y_3; local
68 y_2=*y++;
76 sum[2] = MAC16_16(sum[2],tmp,y_2);
81 sum[1] = MAC16_16(sum[1],tmp,y_2);
86 sum[0] = MAC16_16(sum[0],tmp,y_2);
91 y_2=*y++;
95 sum[3] = MAC16_16(sum[3],tmp,y_2);
103 sum[2] = MAC16_16(sum[2],tmp,y_2);
111 sum[1] = MAC16_16(sum[1],tmp,y_2);
119 sum[0] = MAC16_16(sum[0],tmp,y_2);
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
main.cpp 132 int y_2; member in struct:VeryLong
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2082 LLVMValueRef y_2 = LLVMBuildSIToFP(b, emm2_and, bld->vec_type, "y_2"); local
2294 LLVMValueRef y_2 = LLVMBuildSIToFP(b, emm2_and, bld->vec_type, "y_2"); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2082 LLVMValueRef y_2 = LLVMBuildSIToFP(b, emm2_and, bld->vec_type, "y_2"); local
2294 LLVMValueRef y_2 = LLVMBuildSIToFP(b, emm2_and, bld->vec_type, "y_2"); local
    [all...]

Completed in 1303 milliseconds