Searched defs:pred_block (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dget_pred_outside.cpp245 uint8 *pred_block, /* i */
297 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
324 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
352 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
389 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
421 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
452 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
480 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
509 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
241 GetPredOutside( int xpos, int ypos, uint8 *c_prev, uint8 *pred_block, int width, int height, int rnd1, int pred_width ) argument
H A Dget_pred_adv_b_add.cpp84 uint8 *pred_block, /* i */
97 offset2 = (pred_width_rnd >> 1) - 4; /* offset for pred_block */
100 pred_block -= offset2; /* preset */
106 *((uint32*)(pred_block += offset2)) = *((uint32*)prev);
107 *((uint32*)(pred_block += 4)) = *((uint32*)(prev + 4));
122 *((uint32*)(pred_block += offset2)) = pred_word;
127 *((uint32*)(pred_block += 4)) = pred_word;
144 *((uint32*)(pred_block += offset2)) = pred_word;
149 *((uint32*)(pred_block += 4)) = pred_word;
167 *((uint32*)(pred_block
82 GetPredAdvancedBy0x0( uint8 *prev, uint8 *pred_block, int width, int pred_width_rnd ) argument
182 GetPredAdvancedBy0x1( uint8 *prev, uint8 *pred_block, int width, int pred_width_rnd ) argument
511 GetPredAdvancedBy1x0( uint8 *prev, uint8 *pred_block, int width, int pred_width_rnd ) argument
858 GetPredAdvancedBy1x1( uint8 *prev, uint8 *pred_block, int width, int pred_width_rnd ) argument
[all...]
H A Dmb_motion_comp.cpp117 video->mblock->pred_block, no adding with residue */
144 uint8 *pred_block, *pred; local
240 pred_block = video->mblock->pred_block;
251 video->mblock->pred_block, width, height,
261 pred = pred_block;
297 pred = pred_block + 8;
333 pred = pred_block + 128;
370 pred = pred_block + 136;
468 pred_block, width_u
[all...]
H A Dmp4lib_int.h137 uint8 pred_block[384]; /* prediction block, Aug 3,2005 */ member in struct:tagMacroBlock
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp116 uint8 *predCb, *predCr, *pred_block; local
136 pred_block = video->pred;
138 /* 1. copy neighboring pixels from frame to the video->pred_block */
144 memcpy(pred_block + 4, curL, 16);
146 memcpy(pred_block + 24, curL, 16);
148 memcpy(pred_block + 44, curL, 16);
150 memcpy(pred_block + 64, curL, 16);
156 pred_block += 400;
158 memcpy(pred_block + 4, curCb, 8);
160 memcpy(pred_block
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp673 video->pred_block = encvid->pred_i4[currMB->i4Mode[blkidx]];
2009 uint8 *comp, *pred_block; local
2020 pred_block = video->pred_block + 84;
2176 sad = SADChroma(pred_block + 452, curCb, curCr, pitch);
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h615 uint8 *pred_block; /* pointer to prediction block, could point to a frame */ member in struct:tagCommonObj

Completed in 172 milliseconds