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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 436 int org_pitch = encvid->currInput->pitch; local
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);
478 cost = cost_i16(orgY, org_pitch, encvid->pred_i16[AVC_I16_Plane], *min_cost);
492 int cost_i16(uint8 *org, int org_pitch, uint8 *pred, int min_cost)
501 org_pitch -= 16;
527 org += org_pitch;
632 int org_pitch = currInput->pitch; local
647 org8 = currInput->YCbCr[0] + y * org_pitch + x
730 int org_pitch = encvid->currInput->pitch; local
1388 int org_pitch; local
    [all...]
avcenc_lib.h 334 \param "org_pitch" "Stride size of the original frame."
340 int cost_i16(uint8 *org, int org_pitch, uint8 *pred, int min_cost);
375 \param "org_pitch" "Stride size of the original frame."
380 void cost_i4(uint8 *org, int org_pitch, uint8 *pred, uint16 *cost);
393 \param "org_pitch" "Stride size of the original frame."
399 int SATDChroma(uint8 *orgCb, uint8 *orgCr, int org_pitch, uint8 *pred, int mincost);
    [all...]
block.cpp 80 int org_pitch = encvid->currInput->pitch; local
115 org += org_pitch;
364 int org_pitch = encvid->currInput->pitch; local
396 orgL += (org_pitch - 16);
726 int org_pitch = (encvid->currInput->pitch) >> 1; local
777 orgC += (org_pitch - 8);
    [all...]

Completed in 74 milliseconds