Searched refs:Left (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | reconintra4x4.c | 24 unsigned char Left[4]; in vp8_intra4x4_predict_c() local 25 Left[0] = yleft[0]; in vp8_intra4x4_predict_c() 26 Left[1] = yleft[left_stride]; in vp8_intra4x4_predict_c() 27 Left[2] = yleft[2 * left_stride]; in vp8_intra4x4_predict_c() 28 Left[3] = yleft[3 * left_stride]; in vp8_intra4x4_predict_c() 39 expected_dc += Left[i]; in vp8_intra4x4_predict_c() 62 int pred = Above[c] - top_left + Left[r]; in vp8_intra4x4_predict_c() 106 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2; in vp8_intra4x4_predict_c() 107 lp[1] = (Left[0] + 2 * Left[1] + Left[2] + 2) >> 2; in vp8_intra4x4_predict_c() 108 lp[2] = (Left[1] + 2 * Left[2] + Left[3] + 2) >> 2; in vp8_intra4x4_predict_c() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/ |
D | reconintra_arm.c | 24 int Left); 33 int Left = x->left_available; in vp8_build_intra_predictors_mby_neon() local 35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left); in vp8_build_intra_predictors_mby_neon() 44 int Left); 53 int Left = x->left_available; in vp8_build_intra_predictors_mby_s_neon() local 55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left); in vp8_build_intra_predictors_mby_s_neon()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | intra4x4_predict_v6.asm | 53 ldrb r4, [r1], r2 ; Left[0] 55 ldrb r5, [r1], r2 ; Left[1] 56 ldrb r6, [r1], r2 ; Left[2] 58 ldrb r7, [r1] ; Left[3] 84 ldrb r4, [r1], r2 ; Left[0] 85 ldrb r5, [r1], r2 ; Left[1] 86 ldrb r6, [r1], r2 ; Left[2] 87 ldrb r7, [r1] ; Left[3] 177 ldrb r4, [r1], r2 ; Left[0] 179 ldrb r5, [r1], r2 ; Left[1] [all …]
|
/hardware/bsp/intel/peripheral/libmraa/ |
D | .clang-format | 38 PointerAlignment: Left
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | buildintrapredictorsmby_neon.asm | 25 ; stack int Left 41 ldr r5, [sp, #28] ; Left 306 ; stack int Left 324 ldr r5, [sp, #28] ; Left
|
/hardware/bsp/intel/peripheral/libupm/ |
D | .clang-format | 95 PointerAlignment: Left
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/ |
D | index.handlebars | 171 …<p>With the API search box or sidebar focused, use <kbd><span class="cmd">⌘</span>-Left</kbd> 176 <p>With the API search box or sidebar focused, use <kbd>Ctrl+Left</kbd>
|