/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_IDCT_s.h | 125 Stride RN 1 ;// destination stride in bytes 142 ;// Stride = r1 = Stride between input lines 149 M_IDCT $outsize, $inscale, $stride 225 IF "$stride"="s" 226 M_STR Stride, pStride 454 IF "$stride"="s" 512 IF "$stride"="s" 636 IF "$stride"="s [all...] |
/external/libavc/common/arm/ |
ih264_iquant_itrans_recon_dc_a9.s | 69 @ * Prediction stride 72 @ * Output Stride 199 @ * Prediction stride 202 @ * Output Stride 322 @ * Prediction buffer stride in interleaved format 325 @ * recon buffer Stride
|
ih264_weighted_bi_pred_a9q.s | 63 @* Stride of the input buffer 1 66 @* Stride of the input buffer 2 69 @* Stride of the destination buffer 378 @* Stride of the input buffer 1 381 @* Stride of the input buffer 2 384 @* Stride of the destination buffer
|
ih264_inter_pred_luma_bilinear_a9q.s | 72 @* Stride of the first input buffer 75 @* Stride of the second input buffer 78 @* integer destination stride of pu1_dst
|
ih264_weighted_pred_a9q.s | 60 @* Stride of the input buffer 63 @* Stride of the destination buffer 290 @* Stride of the input buffer 293 @* Stride of the destination buffer
|
/external/mesa3d/src/mesa/main/ |
nvprogram.c | 375 params[0] = array->Stride; 419 params[0] = (GLfloat) array->Stride; 463 params[0] = array->Stride;
|
arrayobj.c | 190 array->Stride = 0;
|
varray.c | 117 * \param stride stride between elements, in elements 127 GLint size, GLenum type, GLsizei stride, 231 if (stride < 0) { 232 _mesa_error( ctx, GL_INVALID_VALUE, "%s(stride=%d)", func, stride ); 260 array->Stride = stride; 261 array->StrideB = stride ? stride : elementSize [all...] |
/external/pdfium/third_party/lcms2-2.6/include/ |
lcms2_plugin.h | 346 register cmsUInt32Number Stride); 351 cmsUInt32Number Stride); 578 cmsUInt32Number Stride);
|
/external/eigen/Eigen/src/Core/util/ |
ForwardDeclarations.h | 115 template<int InnerStrideAtCompileTime, int OuterStrideAtCompileTime> class Stride; 118 template<typename MatrixType, int MapOptions=Unaligned, typename StrideType = Stride<0,0> > class Map;
|
/external/eigen/Eigen/src/Core/ |
Ref.h | 84 // Stride<> does not allow default ctor for Dynamic strides, so let' initialize it with dummy values: 93 typedef Stride<StrideType::OuterStrideAtCompileTime,StrideType::InnerStrideAtCompileTime> StrideBase; 129 * \tparam StrideType optionally specifies strides. By default, Ref implies a contiguous storage along the inner dimension (inner stride==1), 130 * but accepts a variable outer stride (leading dimension). 132 * The type passed here must be a specialization of the Stride template, see examples below. 147 * the possibility to have a constant space in-between each column, i.e. the inner stride must be equal to 1, but the outer stride (or leading dimension) 177 * void foo(const Ref<MatrixXf,0,Stride<> >& A); 184 * void foo(const Ref<MatrixXf,0,Stride<> >& A) { foo_impl(A); }
|
/external/eigen/test/ |
permutationmatrices.cpp | 125 typedef Stride<Dynamic,Dynamic> S;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_rasterpos.c | 201 rs->array[i].Stride = 0;
|
/hardware/intel/img/psb_video/src/ |
vsp_compose.c | 101 yuv_stride = yuv_surface->psb_surface->stride; 105 out_stride = output_surface->psb_surface->stride; 109 rgb_stride = rgb_surface->psb_surface->stride; 117 cell_compose_param->Stride = rgb_stride;
|
vsp_fw.h | 123 unsigned int stride; member in struct:VssProcPicture 543 uint32_t stride; member in struct:VssProcPictureVP8 695 int Stride;
|
/external/llvm/lib/Transforms/Vectorize/ |
LoopVectorize.cpp | 696 /// \brief The group of interleaved loads/stores sharing the same stride and 701 /// value of the access's stride. 724 InterleaveGroup(Instruction *Instr, int Stride, unsigned Align) 728 Factor = std::abs(Stride); 731 Reverse = Stride < 0; [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/ |
facp.asl | 75 [0002] Cache Flush Stride : 0000
|
/external/mesa3d/src/mesa/vbo/ |
vbo_split_copy.c | 157 printf(" enabled %d, ptr %p, size %d, type 0x%x, stride %d\n", 162 GLfloat *last = (GLfloat *) (arrays[j]->Ptr + arrays[j]->Stride * k); 524 dst->Stride = copy->vertex_size;
|
vbo_save_draw.c | 205 arrays[attr].Stride = node->vertex_size * sizeof(GLfloat);
|
/prebuilts/go/darwin-x86/src/image/internal/imageutil/ |
gen.go | 93 dpix := dst.Pix[y*dst.Stride:]
|
/prebuilts/go/linux-x86/src/image/internal/imageutil/ |
gen.go | 93 dpix := dst.Pix[y*dst.Stride:]
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
Pal.h | 109 UINT64 Stride:8;
[all...] |
/prebuilts/go/darwin-x86/src/image/gif/ |
writer.go | 255 if dx := b.Dx(); dx == pm.Stride { 262 for i, y := 0, b.Min.Y; y < b.Max.Y; i, y = i+pm.Stride, y+1 {
|
/prebuilts/go/darwin-x86/src/unicode/ |
letter_test.go | 509 return (r-range_.Lo)%range_.Stride == 0 523 return (r-range_.Lo)%range_.Stride == 0
|
/prebuilts/go/linux-x86/src/image/gif/ |
writer.go | 255 if dx := b.Dx(); dx == pm.Stride { 262 for i, y := 0, b.Min.Y; y < b.Max.Y; i, y = i+pm.Stride, y+1 {
|