HomeSort by relevance Sort by last modified time
    Searched full:lmax (Results 1 - 21 of 21) sorted by null

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 74 IMPORT armVCM4P2_InterL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1
100 ;// Allocate stack memory to store the VLC,Zigzag,LMAX and RMAX tables
118 LDR pLMAXTableL0L1, =armVCM4P2_InterL0L1LMAX ;// Load Interleaved L=0 and L=1 LMAX Tables
119 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX table address on stack
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 74 IMPORT armVCM4P2_IntraL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1
99 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses
117 LDR pLMAXTableL0L1, =armVCM4P2_IntraL0L1LMAX ;// Load LMAX Table
118 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX Table address on Stack
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 75 IMPORT armVCM4P2_IntraL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1
118 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses
197 LDR pLMAXTableL0L1, =armVCM4P2_IntraL0L1LMAX ;// Load LMAX Table
198 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX table on stack
armVCM4P2_Huff_Tables_VLC.c 144 /* LMAX table for non Inter (Last == 0 and Last=1)
178 /* LMAX table for non Intra (Last == 0 and Last=1)
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 234 M_LDR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Load LMAX table
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 74 IMPORT armVCM4P2_InterL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1
100 ;// Allocate stack memory to store the VLC,Zigzag,LMAX and RMAX tables
118 LDR pLMAXTableL0L1, =armVCM4P2_InterL0L1LMAX ;// Load Interleaved L=0 and L=1 LMAX Tables
119 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX table address on stack
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 74 IMPORT armVCM4P2_IntraL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1
99 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses
117 LDR pLMAXTableL0L1, =armVCM4P2_IntraL0L1LMAX ;// Load LMAX Table
118 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX Table address on Stack
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 75 IMPORT armVCM4P2_IntraL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1
118 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses
197 LDR pLMAXTableL0L1, =armVCM4P2_IntraL0L1LMAX ;// Load LMAX Table
198 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX table on stack
armVCM4P2_Huff_Tables_VLC.c 144 /* LMAX table for non Inter (Last == 0 and Last=1)
178 /* LMAX table for non Intra (Last == 0 and Last=1)
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 234 M_LDR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Load LMAX table
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiseq_selection.h 224 const value_type* lmax = NULL; // impossible to avoid the warning?
229 if (!lmax)
231 lmax = &(S(i)[a[i] - 1]);
237 if (!comp(S(i)[a[i] - 1], *lmax))
239 lmax = &(S(i)[a[i] - 1]);
250 if (lmax && middle < ns[i] &&
252 std::make_pair(*lmax, lmax_seq)))
464 const T* lmax = NULL;
469 if (!lmax)
470 lmax = &(S(i)[a[i] - 1])
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_Huff_Tables_VLC.c 162 /* LMAX table for Intra (Last == 0)*/
169 /* LMAX table for Intra (Last == 1)*/
337 /* LMAX table for Intra (Last == 0)*/
346 /* LMAX table for Intra (Last == 1)*/
armVCM4P2_CheckVLCEscapeMode.c 37 * levelPlus = sign(level)*[abs(level) - LMAX]
armVCM4P2_FillVLCBuffer.c 42 * levelPlus = sign(level)*[abs(level) - LMAX]
  /external/iptables/iptables/
xtoptions.c 175 uintmax_t lmin = 0, lmax = xtopt_max_by_type(entry->type); local
181 lmax = cb->entry->max;
183 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax))
187 cb->ext_name, entry->name, lmin, lmax);
287 const uintmax_t lmax = xtopt_max_by_type(entry->type); local
310 value = (cb->nvals == 1) ? lmax : 0;
312 if (!xtables_strtoul(arg, &end, &value, 0, lmax))
316 cb->ext_name, entry->name, arg, lmax);
  /external/bison/src/
output.c 67 long int lmax; \
92 lmax = max; \
99 MUSCLE_INSERT_LONG_INT (obstack_finish (&format_obstack), lmax); \
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 480 * levelPlus = sign(level)*[abs(level) - LMAX]
529 * levelPlus = sign(level)*[abs(level) - LMAX]
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 480 * levelPlus = sign(level)*[abs(level) - LMAX]
529 * levelPlus = sign(level)*[abs(level) - LMAX]
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 480 * levelPlus = sign(level)*[abs(level) - LMAX]
529 * levelPlus = sign(level)*[abs(level) - LMAX]
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dinput.h 220 LONG lMax;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DINPUT.H 220 LONG lMax;

Completed in 746 milliseconds