Searched defs:top_left (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dreconintra4x4.c20 unsigned char top_left)
62 int pred = Above[c] - top_left + Left[r];
82 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2;
106 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
153 pp[4] = top_left;
187 pp[4] = top_left;
244 pp[4] = top_left;
16 vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int _b_mode, unsigned char *dst, int dst_stride, unsigned char top_left) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodeintra.c60 unsigned char top_left = Above[-1]; local
63 b->predictor, 16, top_left);
H A Dpickinter.c153 unsigned char top_left = Above[-1]; local
162 b->predictor, 16, top_left);
H A Drdopt.c661 unsigned char top_left = Above[-1]; local
671 b->predictor, 16, top_left);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred4_dspr2.c93 int32_t top_left; local
104 "lbu %[top_left], -1(%[above]) \n\t"
114 "replv.ph %[top_left], %[top_left] \n\t"
117 "subu.ph %[resl], %[resl], %[top_left] \n\t"
120 "subu.ph %[resr], %[resr], %[top_left] \n\t"
139 "subu.ph %[resl], %[resl], %[top_left] \n\t"
142 "subu.ph %[resr], %[resr], %[top_left] \n\t"
166 "subu.ph %[resl], %[resl], %[top_left] \n\t"
169 "subu.ph %[resr], %[resr], %[top_left] \
[all...]
H A Dvp9_intrapred8_dspr2.c163 int32_t top_left; local
168 "ulw %[top_left], 4(%[above]) \n\t"
174 "preceu.ph.qbl %[abovel_1], %[top_left] \n\t"
175 "preceu.ph.qbr %[abover_1], %[top_left] \n\t"
177 "lbu %[top_left], -1(%[above]) \n\t"
180 "replv.ph %[top_left], %[top_left] \n\t"
183 "subu.ph %[reshw], %[reshw], %[top_left] \n\t"
190 "subu.ph %[reshw], %[reshw], %[top_left] \n\t"
207 "subu.ph %[reshw], %[reshw], %[top_left] \
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Dthreading.c193 unsigned char top_left; local
213 top_left = *(xd->recon_left[0] + i - 1);
215 top_left = Above[-1];
218 b_mode, dst, dst_stride, top_left);
H A Ddecodeframe.c197 unsigned char top_left = Above[-1]; local
200 dst, dst_stride, top_left);

Completed in 150 milliseconds