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

  /external/libvpx/libvpx/vp8/common/mips/msa/
mfqe_msa.c 26 v8i16 src_wt, dst_wt, res_h_r, res_h_l, src_r, src_l, dst_r, dst_l; local
46 UNPCK_UB_SH(dst0, dst_r, dst_l);
50 res_h_l += (dst_l * dst_wt);
57 UNPCK_UB_SH(dst1, dst_r, dst_l);
61 res_h_l += (dst_l * dst_wt);
79 v8i16 src_r, src_l, dst_r, dst_l; local
91 UNPCK_UB_SH(dst0, dst_r, dst_l);
95 res_h_l += (dst_l * dst_wt);
101 UNPCK_UB_SH(dst1, dst_r, dst_l);
105 res_h_l += (dst_l * dst_wt)
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/msa/
vp9_mfqe_msa.c 25 v8i16 src_wt, dst_wt, res_h_r, res_h_l, src_r, src_l, dst_r, dst_l; local
44 UNPCK_UB_SH(dst0, dst_r, dst_l);
48 res_h_l += (dst_l * dst_wt);
55 UNPCK_UB_SH(dst1, dst_r, dst_l);
59 res_h_l += (dst_l * dst_wt);
75 v8i16 src_wt, dst_wt, res_h_r, res_h_l, src_r, src_l, dst_r, dst_l; local
86 UNPCK_UB_SH(dst0, dst_r, dst_l);
90 res_h_l += (dst_l * dst_wt);
96 UNPCK_UB_SH(dst1, dst_r, dst_l);
100 res_h_l += (dst_l * dst_wt)
    [all...]
  /external/opencv3/modules/photo/src/
denoising.cpp 417 Mat dst_l; local
421 l, dst_l, imgToDenoiseIndex, temporalWindowSize,
428 Mat l_ab_denoised[] = { dst_l, dst_ab };
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 564 int& dst_l = dst.left; local
579 if(dst_l < sci_l) {
580 leftCutRatio = (float)(sci_l - dst_l) / (float)dst_w;
581 dst_l = sci_l;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 1054 int& dst_l = dst.left; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 1041 int& dst_l = dst.left; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 1326 int& dst_l = dst.left; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 1259 int& dst_l = dst.left; local
    [all...]

Completed in 160 milliseconds