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

  /external/aac/libAACdec/src/
usacdec_lpd.h 171 * \param[in] l_frame length of filtering, must be multiple of L_SUBFR
172 * \param[in] l_next length of allowed look ahead on syn[i], i < l_frame+l_next
178 const int frame_length, const INT l_frame,
usacdec_lpd.cpp 144 const INT l_frame,
167 for (i_subfr = 0; i_subfr < l_frame; i_subfr += L_SUBFR, sf++) {
249 used index (i+i_subfr+T) < l_frame + l_next
251 lg = l_frame + l_next - T - i_subfr;
380 scaleValuesSaturate((FIXP_PCM *)&synth_out[l_frame],
381 (FIXP_DBL *)&syn[l_frame - L_SUBFR],
382 (frame_length - l_frame), MDCT_OUT_HEADROOM);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 608 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h}; local
620 l_frame);
625 l_dirtyRect = calculateDirtyRect(layer, l_frame);
642 l_roi = getIntersection(temp_roi, l_frame);
650 l_roi = getSanitizeROI(l_roi, l_frame);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 615 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h}; local
639 hwc_rect_t l_dst = getIntersection(l_frame, updatingRect);
655 l_roi = getIntersection(temp_roi, l_frame);
663 l_roi = getSanitizeROI(l_roi, l_frame);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 717 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h}; local
729 l_frame);
734 l_dirtyRect = calculateDirtyRect(layer, l_frame);
752 l_roi = getIntersection(temp_roi, l_frame);
760 l_roi = getSanitizeROI(l_roi, l_frame);
    [all...]

Completed in 826 milliseconds