Searched refs:orgY (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp39 uint8 *orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos; local
56 orgY_2 = orgY - orgPitch;
60 temp = *topL++ - orgY[j];
117 uint8 *orgY; local
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) argument
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_pitc
[all...]
H A Davcenc_lib.h325 \param "orgY" "Pointer to the original luma MB."
329 void find_cost_16x16(AVCEncObject *encvid, uint8 *orgY, int *min_cost);

Completed in 65 milliseconds