Searched refs:left (Results 401 - 425 of 2877) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ui/login/
H A Dbubble.js35 LEFT: 'bubble-left',
145 * @param {!Object} pos Bubble position (left, top, right, bottom in px).
153 this.style.top = this.style.left = this.style.right = this.style.bottom =
189 * left (for vertical attachment) or top (for horizontal attachment)
191 * be aligned with the left/top side of the element but not farther than
226 pos.left = origin.left + el.offsetWidth + opt_padding;
232 pos.left = origin.left + offset[0] - ARROW_OFFSET;
237 pos.left
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h46 left = top = right = bottom = 0.0f;
49 CLST_Rect(FX_FLOAT left,FX_FLOAT top, argument
52 this->left = left;
60 this->left = rect.left;
68 left = top = right = bottom = 0.0f;
73 this->left = rect.left;
93 return this->right - this->left;
[all...]
/external/skia/src/core/
H A DSkMaskFilter.cpp35 const int dx = dst->fBounds.left() - src.fBounds.left();
53 blitter->blitRect(r.left(), r.top(), r.width(), r.height());
60 for (int x = mask.fBounds.left(); x < mask.fBounds.right(); ++x) {
76 // top-left
82 m.fBounds.offsetTo(outerR.left(), outerR.top());
96 // bottom-left
102 m.fBounds.offsetTo(outerR.left(), outerR.bottom() - m.fBounds.height());
118 innerR.set(outerR.left() + cx - mask.fBounds.left(),
[all...]
/external/webp/src/dsp/
H A Dlossless_neon.c41 VP8LConvertBGRAToRGBA_C(src, num_pixels & 15, dst); // left-overs
53 VP8LConvertBGRAToBGR_C(src, num_pixels & 15, dst); // left-overs
65 VP8LConvertBGRAToRGB_C(src, num_pixels & 15, dst); // left-overs
83 VP8LConvertBGRAToRGBA_C(src, num_pixels & 1, dst); // left-overs
110 VP8LConvertBGRAToBGR_C(src, num_pixels & 7, dst); // left-overs
137 VP8LConvertBGRAToRGB_C(src, num_pixels & 7, dst); // left-overs
179 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { argument
180 return Average3(&left, top + 0, top + 1);
183 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { argument
184 return Average2(&left, to
187 Predictor7(uint32_t left, const uint32_t* const top) argument
191 Predictor8(uint32_t left, const uint32_t* const top) argument
196 Predictor9(uint32_t left, const uint32_t* const top) argument
201 Predictor10(uint32_t left, const uint32_t* const top) argument
222 Predictor11(uint32_t left, const uint32_t* const top) argument
238 Predictor12(uint32_t left, const uint32_t* const top) argument
255 Predictor13(uint32_t left, const uint32_t* const top) argument
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
H A Dmargin_control.css22 #preview-area .margin-control.margin-control-left,
48 #preview-area .margin-control-left .margin-control-line,
73 left: 50%;
87 #preview-area .margin-control-left .margin-control-textbox {
89 left: 8px;
/external/chromium_org/chrome/browser/resources/user_manager/
H A Dcontrol_bar.css15 left: 0;
53 border-left: 1px solid #e2e2e2;
54 margin-left: 10px;
60 background-position: left center;
90 left: 16px;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Daccelerometer.css41 margin-left: -40px;
44 left: 50%;
52 margin-left: -40px;
57 left: 50%;
93 .accelerometer-box .left {
H A DbreakpointsList.css34 margin-left: 23px;
45 margin-left: 0;
97 left: 0;
110 margin-left: 12px;
115 float: left;
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.y82 %left TOK_OP_OR
83 %left TOK_OP_AND
84 %left '|'
85 %left '^'
86 %left '&'
87 %left TOK_OP_EQ TOK_OP_NE
88 %left '<' '>' TOK_OP_LE TOK_OP_GE
89 %left TOK_OP_LEFT TOK_OP_RIGHT
90 %left '+' '-'
91 %left '*' '/' '
[all...]
/external/chromium_org/third_party/bintrees/bintrees/
H A Davltree.py42 __slots__ = ['left', 'right', 'balance', 'key', 'value']
45 self.left = None
52 """ x.__getitem__(key) <==> x[key], where key is 0 (left) or 1 (right) """
53 return self.left if key == 0 else self.right
56 """ x.__setitem__(key, value) <==> x[key]=value, where key is 0 (left) or 1 (right) """
58 self.left = value
64 self.left = None
79 rlh = height(root.left)
129 _clear(node.left)
238 if (node.left i
[all...]
/external/chromium_org/third_party/polymer/components/paper-toast/
H A Dpaper-toast.css22 left: 12px;
33 left: 0;
46 :host(.core-transition.fade-out-left) {
67 :host(.core-transition.fade-out-left) {
77 padding-left: 24px;
/external/chromium_org/third_party/polymer/components-chromium/core-layout-trbl/
H A Dcore-layout-trbl-extracted.js86 top: v + 'px', right: mxp, height: info.h + 'px', left: mxp
90 top: myp, width: info.w + 'px', bottom: myp, left: v + 'px'
98 top: v + 'px', right: mxp, bottom: hh + 'px', left: mxp
102 top: myp, right: ww + 'px', bottom: myp, left: v + 'px'
110 height: info.h + 'px', right: mxp, bottom: v + 'px', left: mxp
/external/chromium_org/third_party/polymer/components-chromium/paper-toast/
H A Dpaper-toast.css22 left: 12px;
33 left: 0;
46 :host(.core-transition.fade-out-left) {
67 :host(.core-transition.fade-out-left) {
77 padding-left: 24px;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp125 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { argument
126 addHorizontalEndPoints(left, right, axisIntercept);
133 double lineT = (pt.x - left) / (right - left);
183 void addHorizontalEndPoints(double left, double right, double y) argument
189 if (cubic[cIndex].x == left) {
259 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, argument
268 if (x < left || x > right) {
276 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, argument
279 return c.horizontalIntersect(y, left, righ
[all...]
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/
H A Dview.css17 border-top-left-radius: 5px;
93 background:no-repeat left center url(data:image/gif;base64,R0lGODlhCgAKALMAAHFxcYKCgp2dnaampq+vr83NzeHh4f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAAAgAIf/8SUNDUkdCRzEwMTIAAAUwYXBwbAIgAABtbnRyUkdCIFhZWiAH2QACABkACwAaAAthY3NwQVBQTAAAAABhcHBsAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLWFwcGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtkc2NtAAABCAAAAvJkZXNjAAAD/AAAAG9nWFlaAAAEbAAAABR3dHB0AAAEgAAAABRyWFlaAAAElAAAABRiWFlaAAAEqAAAABRyVFJDAAAEvAAAAA5jcHJ0AAAEzAAAADhjaGFkAAAFBAAAACxn/1RSQwAABLwAAAAOYlRSQwAABLwAAAAObWx1YwAAAAAAAAARAAAADGVuVVMAAAAmAAACfmVzRVMAAAAmAAABgmRhREsAAAAuAAAB6mRlREUAAAAsAAABqGZpRkkAAAAoAAAA3GZyRlUAAAAoAAABKml0SVQAAAAoAAACVm5sTkwAAAAoAAACGG5iTk8AAAAmAAABBHB0QlIAAAAmAAABgnN2U0UAAAAmAAABBGphSlAAAAAaAAABUmtvS1IAAAAWAAACQHpoVFcAAAAWAAABbHpoQ04AAAAWAAAB1HJ1UlUAAAAiAAACpHBsUEwAAAAsAAACxgBZAGwAZQBpAG4AZf8AbgAgAFIARwBCAC0AcAByAG8AZgBpAGkAbABpAEcAZQBuAGUAcgBpAHMAawAgAFIARwBCAC0AcAByAG8AZgBpAGwAUAByAG8AZgBpAGwAIABHAOkAbgDpAHIAaQBxAHUAZQAgAFIAVgBCTgCCLAAgAFIARwBCACAw1zDtMNUwoTCkMOuQGnUoACAAUgBHAEIAIIJyX2ljz4/wAFAAZQByAGYAaQBsACAAUgBHAEIAIABHAGUAbgDpAHIAaQBjAG8AQQBsAGwAZwBlAG0AZQBpAG4AZQBzACAAUgBHAEIALQBQAHIAbwBmAGkAbGZukBoAIABSAEcAQgAgY8+P8GX/h072AEcAZQBuAGUAcgBlAGwAIABSAEcAQgAtAGIAZQBzAGsAcgBpAHYAZQBsAHMAZQBBAGwAZwBlAG0AZQBlAG4AIABSAEcAQgAtAHAAcgBvAGYAaQBlAGzHfLwYACAAUgBHAEIAINUEuFzTDMd8AFAAcgBvAGYAaQBsAG8AIABSAEcAQgAgAEcAZQBuAGUAcgBpAGMAbwBHAGUAbgBlAHIAaQBjACAAUgBHAEIAIABQAHIAbwBmAGkAbABlBB4EMQRJBDgEOQAgBD8EQAQ+BEQEOAQ7BEwAIABSAEcAQgBVAG4AaQB3AGUAcgBzAGEAbABuAHkAIABwAHIAbwBm/wBpAGwAIABSAEcAQgAAZGVzYwAAAAAAAAAUR2VuZXJpYyBSR0IgUHJvZmlsZQAAAAAAAAAAAAAAFEdlbmVyaWMgUkdCIFByb2ZpbGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABadQAArHMAABc0WFlaIAAAAAAAAPNSAAEAAAABFs9YWVogAAAAAAAAdE0AAD3uAAAD0FhZWiAAAAAAAAAoGgAAFZ8AALg2Y3VydgAAAAAAAAABAc0AAHRleHQAAAAAQ29weXJpZ2h0IDIwMDcgQXBwbGUgSW5jLkMsIGFsbCByaWdodHMgcmVzZXJ2ZWQuAHNmMzIAAAAAAAEMQgAABd7///MmAAAHkgAA/ZH///ui///9owAAA9wAAMBsACwAAAAACgAKAAAEJZAMIcakQZjNtyhFxwEIIRofAookUnapu26t+6KFLYe1TgQ5VwQAOw%3D%3D);
97 background:no-repeat left center url(data:image/gif;base64,R0lGODlhCgAKALMAAHFxcYKCgp2dnaampq+vr83NzeHh4f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAAAgAIf/8SUNDUkdCRzEwMTIAAAUwYXBwbAIgAABtbnRyUkdCIFhZWiAH2QACABkACwAaAAthY3NwQVBQTAAAAABhcHBsAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLWFwcGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtkc2NtAAABCAAAAvJkZXNjAAAD/AAAAG9nWFlaAAAEbAAAABR3dHB0AAAEgAAAABRyWFlaAAAElAAAABRiWFlaAAAEqAAAABRyVFJDAAAEvAAAAA5jcHJ0AAAEzAAAADhjaGFkAAAFBAAAACxn/1RSQwAABLwAAAAOYlRSQwAABLwAAAAObWx1YwAAAAAAAAARAAAADGVuVVMAAAAmAAACfmVzRVMAAAAmAAABgmRhREsAAAAuAAAB6mRlREUAAAAsAAABqGZpRkkAAAAoAAAA3GZyRlUAAAAoAAABKml0SVQAAAAoAAACVm5sTkwAAAAoAAACGG5iTk8AAAAmAAABBHB0QlIAAAAmAAABgnN2U0UAAAAmAAABBGphSlAAAAAaAAABUmtvS1IAAAAWAAACQHpoVFcAAAAWAAABbHpoQ04AAAAWAAAB1HJ1UlUAAAAiAAACpHBsUEwAAAAsAAACxgBZAGwAZQBpAG4AZf8AbgAgAFIARwBCAC0AcAByAG8AZgBpAGkAbABpAEcAZQBuAGUAcgBpAHMAawAgAFIARwBCAC0AcAByAG8AZgBpAGwAUAByAG8AZgBpAGwAIABHAOkAbgDpAHIAaQBxAHUAZQAgAFIAVgBCTgCCLAAgAFIARwBCACAw1zDtMNUwoTCkMOuQGnUoACAAUgBHAEIAIIJyX2ljz4/wAFAAZQByAGYAaQBsACAAUgBHAEIAIABHAGUAbgDpAHIAaQBjAG8AQQBsAGwAZwBlAG0AZQBpAG4AZQBzACAAUgBHAEIALQBQAHIAbwBmAGkAbGZukBoAIABSAEcAQgAgY8+P8GX/h072AEcAZQBuAGUAcgBlAGwAIABSAEcAQgAtAGIAZQBzAGsAcgBpAHYAZQBsAHMAZQBBAGwAZwBlAG0AZQBlAG4AIABSAEcAQgAtAHAAcgBvAGYAaQBlAGzHfLwYACAAUgBHAEIAINUEuFzTDMd8AFAAcgBvAGYAaQBsAG8AIABSAEcAQgAgAEcAZQBuAGUAcgBpAGMAbwBHAGUAbgBlAHIAaQBjACAAUgBHAEIAIABQAHIAbwBmAGkAbABlBB4EMQRJBDgEOQAgBD8EQAQ+BEQEOAQ7BEwAIABSAEcAQgBVAG4AaQB3AGUAcgBzAGEAbABuAHkAIABwAHIAbwBm/wBpAGwAIABSAEcAQgAAZGVzYwAAAAAAAAAUR2VuZXJpYyBSR0IgUHJvZmlsZQAAAAAAAAAAAAAAFEdlbmVyaWMgUkdCIFByb2ZpbGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABadQAArHMAABc0WFlaIAAAAAAAAPNSAAEAAAABFs9YWVogAAAAAAAAdE0AAD3uAAAD0FhZWiAAAAAAAAAoGgAAFZ8AALg2Y3VydgAAAAAAAAABAc0AAHRleHQAAAAAQ29weXJpZ2h0IDIwMDcgQXBwbGUgSW5jLkMsIGFsbCByaWdodHMgcmVzZXJ2ZWQuAHNmMzIAAAAAAAEMQgAABd7///MmAAAHkgAA/ZH///ui///9owAAA9wAAMBsACwAAAAACgAKAAAEJRBJREKZsxQDsCSGIVzZFnYTGIqktp7fG46uzAn2TAyCMPC9QAQAOw%3D%3D);
102 padding-left: 13px;
103 margin-left: 4px;
/external/chromium_org/third_party/zlib/
H A Dinftrees.c46 int left; /* number of prefix codes available */ local
131 left = 1;
133 left <<= 1;
134 left -= count[len];
135 if (left < 0) return -1; /* over-subscribed */
137 if (left > 0 && (type == CODES || max != 1))
270 left = (int)(1 << curr);
272 left -= count[curr + drop];
273 if (left <= 0) break;
275 left <<
[all...]
/external/chromium_org/tools/sheriffing/
H A Dstyle.css31 margin-left: 250px;
41 margin-left: 250px;
57 text-align: left;
85 padding-left: 0.5em;
103 left: 0px;
/external/opencv/otherlibs/highgui/
H A Dhighgui.h273 if( r.left > r.right )
275 t = r.left;
276 r.left = r.right;
294 return cvRect( sr.left, sr.top, sr.right - sr.left, sr.bottom - sr.top );
301 dr.left = sr.x;
314 roi.xOffset = r.left;
316 roi.width = r.right - r.left;
356 cvRect( r.left, r.top, r.right - r.left,
[all...]
/external/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp125 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { argument
126 addHorizontalEndPoints(left, right, axisIntercept);
133 double lineT = (pt.x - left) / (right - left);
183 void addHorizontalEndPoints(double left, double right, double y) argument
189 if (cubic[cIndex].x == left) {
259 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, argument
268 if (x < left || x > right) {
276 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, argument
279 return c.horizontalIntersect(y, left, righ
[all...]
/external/zlib/src/contrib/infback9/
H A Dinftree9.c46 int left; /* number of prefix codes available */ local
125 left = 1;
127 left <<= 1;
128 left -= count[len];
129 if (left < 0) return -1; /* over-subscribed */
131 if (left > 0 && (type == CODES || max != 1))
263 left = (int)(1 << curr);
265 left -= count[curr + drop];
266 if (left <= 0) break;
268 left <<
[all...]
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp9_rtcd.h59 void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
62 void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
65 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
68 void vp9_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
71 void vp9_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
74 void vp9_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
77 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
80 void vp9_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
83 void vp9_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
86 void vp9_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
[all...]
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp9_rtcd.h59 void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
62 void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
65 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
68 void vp9_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
71 void vp9_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
74 void vp9_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
77 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
80 void vp9_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
83 void vp9_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
86 void vp9_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
[all...]
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp9_rtcd.h59 void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
62 void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
65 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
68 void vp9_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
71 void vp9_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
74 void vp9_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
77 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
80 void vp9_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
83 void vp9_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
86 void vp9_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
[all...]
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
H A Dvp9_rtcd.h59 void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
62 void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
65 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
68 void vp9_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
71 void vp9_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
74 void vp9_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
77 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
80 void vp9_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
83 void vp9_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
86 void vp9_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
[all...]
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp9_rtcd.h59 void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
62 void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
65 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
68 void vp9_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
71 void vp9_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
74 void vp9_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
77 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
80 void vp9_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
83 void vp9_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
86 void vp9_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
[all...]

Completed in 653 milliseconds

<<11121314151617181920>>