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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 39 uint8 *orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos;
56 orgY_2 = orgY - orgPitch;
60 temp = *topL++ - orgY[j];
117 uint8 *orgY;
143 orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos;
150 find_cost_16x16(encvid, orgY, &min_cost);
431 void find_cost_16x16(AVCEncObject *encvid, uint8 *orgY, int *min_cost)
441 cost = cost_i16(orgY, org_pitch, encvid->pred_i16[AVC_I16_Vertical], *min_cost);
455 cost = cost_i16(orgY, org_pitch, encvid->pred_i16[AVC_I16_Horizontal], *min_cost);
466 cost = cost_i16(orgY, org_pitch, encvid->pred_i16[AVC_I16_DC], *min_cost)
    [all...]
avcenc_lib.h 325 \param "orgY" "Pointer to the original luma MB."
329 void find_cost_16x16(AVCEncObject *encvid, uint8 *orgY, int *min_cost);
    [all...]

Completed in 53 milliseconds