HomeSort by relevance Sort by last modified time
    Searched full:rmax (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 75 IMPORT armVCM4P2_InterL0L1RMAX ;// Contains RMAX table entries with both Last=0 and Last=1
100 ;// Allocate stack memory to store the VLC,Zigzag,LMAX and RMAX tables
120 LDR pRMAXTableL0L1, =armVCM4P2_InterL0L1RMAX ;// Load Interleaved L=0 and L=1 RMAX Tables
122 M_STR pRMAXTableL0L1,ppRMAXTableL0L1 ;// store RMAX table address on stack
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 75 IMPORT armVCM4P2_IntraL0L1RMAX ;// Contains RMAX table entries with both Last=0 and Last=1
99 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses
119 LDR pRMAXTableL0L1, =armVCM4P2_IntraL0L1RMAX ;// Load RMAX Table
122 M_STR pRMAXTableL0L1,ppRMAXTableL0L1 ;// Store RMAX Table address on stack
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 76 IMPORT armVCM4P2_IntraL0L1RMAX ;// Contains RMAX table entries with both Last=0 and Last=1
118 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses
199 LDR pRMAXTableL0L1, =armVCM4P2_IntraL0L1RMAX ;// Load RMAX Table
202 M_STR pRMAXTableL0L1,ppRMAXTableL0L1 ;// Store RMAX Table on Stack
armVCM4P2_Huff_Tables_VLC.c 163 /* RMAX table for non Inter (Last == 0 and Last=1)
196 /* RMAX table for non Inter (Last == 0 and Last=1)
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 255 M_LDR pRMAXTableL0L1,ppRMAXTableL0L1 ;// Load RMAX Table
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 75 IMPORT armVCM4P2_InterL0L1RMAX ;// Contains RMAX table entries with both Last=0 and Last=1
100 ;// Allocate stack memory to store the VLC,Zigzag,LMAX and RMAX tables
120 LDR pRMAXTableL0L1, =armVCM4P2_InterL0L1RMAX ;// Load Interleaved L=0 and L=1 RMAX Tables
122 M_STR pRMAXTableL0L1,ppRMAXTableL0L1 ;// store RMAX table address on stack
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 75 IMPORT armVCM4P2_IntraL0L1RMAX ;// Contains RMAX table entries with both Last=0 and Last=1
99 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses
119 LDR pRMAXTableL0L1, =armVCM4P2_IntraL0L1RMAX ;// Load RMAX Table
122 M_STR pRMAXTableL0L1,ppRMAXTableL0L1 ;// Store RMAX Table address on stack
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 76 IMPORT armVCM4P2_IntraL0L1RMAX ;// Contains RMAX table entries with both Last=0 and Last=1
118 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses
199 LDR pRMAXTableL0L1, =armVCM4P2_IntraL0L1RMAX ;// Load RMAX Table
202 M_STR pRMAXTableL0L1,ppRMAXTableL0L1 ;// Store RMAX Table on Stack
armVCM4P2_Huff_Tables_VLC.c 163 /* RMAX table for non Inter (Last == 0 and Last=1)
196 /* RMAX table for non Inter (Last == 0 and Last=1)
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 255 M_LDR pRMAXTableL0L1,ppRMAXTableL0L1 ;// Load RMAX Table
  /development/samples/RenderScript/Fountain/src/com/example/android/rs/fountain/
fountain.rs 48 float rMax = ((float)rate) * 0.02f;
56 float len = rsRand(rMax);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_Huff_Tables_VLC.c 177 /* RMAX table for Intra (Last == 0)
188 /* RMAX table for Intra (Last == 1)
357 /* RMAX table for Intra (Last == 0)
366 /* RMAX table for Intra (Last == 1)
armVCM4P2_CheckVLCEscapeMode.c 35 * [in] runPlus Calculated as runPlus = run - (RMAX + 1)
armVCM4P2_FillVLCBuffer.c 40 * [in] runPlus Calculated as runPlus = run - (RMAX + 1)
  /external/valgrind/main/perf/
ffbench.c 244 double mapbase, mapscale, /* x, */ rmin, rmax, imin, imax; local
281 rmin = 1e10; rmax = -1e10;
292 rmax = max(r, rmax);
298 rmin, rmax, imin, imax);
303 mapscale = 255 / (rmax - rmin);
  /sdk/eclipse/scripts/
gen_icon.py 41 rmax = zoom/2
  /system/core/libpixelflinger/
trap.cpp 178 GGLcoord rmin, GGLcoord rmax, GGLcoord rr)
181 if (d2 >= rmax) return 0;
238 GGLcoord rmax = (rad + sqr2Over2)*(rad + sqr2Over2); local
247 covPtr[i] = coverageNice(x, y, rmin, rmax, rr);
260 GGLcoord rmin, GGLcoord rmax, GGLcoord scale)
263 if (d2 >= rmax) return 0;
303 GGLcoord rmax = rad + sqr2Over2; local
306 rmax *= rmax;
307 scale = 0x800000 / (rmax - rmin)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScriptGL.java 80 private void validateRange(int umin, int upref, int rmin, int rmax) {
81 if (umin < rmin || umin > rmax) {
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 100 rmax = pointer to max(<s[i]*s[j]>), (Word32)
107 rmax contains the newly calculated max(<s[i]*s[j]>)
184 Word32 *rmax, // o : max(<s[i]*s[j]>)
234 *rmax = max;
302 Word32 *rmax, /* o : max(<s[i]*s[j]>) */
378 *rmax = max;
482 rmax = pointer to max(<s[i]*s[j]>), (Word32)
490 rmax contains the newly calculated max(<s[i]*s[j]>)
561 rmax = rmax
    [all...]
  /external/qemu/
console.c     [all...]
console.h 133 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 135 vec3_t rmin, rmax; local
151 VectorCopy (max, rmax);
169 rmax[0] = rmax[1] = rmax[2] = -9999;
190 if (transformed[l] > rmax[l])
191 rmax[l] = transformed[l];
200 VectorCopy (rmax, e->u.v.maxs);
    [all...]
  /external/bison/src/
vcg.c 126 g->rmax = G_RMAX;
837 if (g->rmax != G_RMAX)
838 fprintf (fout, "\trmax:\t%d\n", g->rmax);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 82 // For h263 or short header mode, the bit variation is within (-2*Rmax*1001/3000, 2*Rmax*1001/3000)
451 // For h263 or short header mode, the bit variation is within (-2*Rmax*1001/3000, 2*Rmax*1001/3000)
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 3869 FLAC__uint32 rmax; local
    [all...]

Completed in 549 milliseconds

1 2