/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_Inter_s.s | 88 IMPORT armVCM4P2_InterL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1 114 ;// Allocate stack memory to store the VLC,Zigzag,LMAX and RMAX tables 132 LDR pLMAXTableL0L1, =armVCM4P2_InterL0L1LMAX ;// Load Interleaved L=0 and L=1 LMAX Tables 133 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX table address on stack
|
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s | 88 IMPORT armVCM4P2_IntraL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1 113 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses 131 LDR pLMAXTableL0L1, =armVCM4P2_IntraL0L1LMAX ;// Load LMAX Table 132 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX Table address on Stack
|
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 89 IMPORT armVCM4P2_IntraL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1 132 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses 211 LDR pLMAXTableL0L1, =armVCM4P2_IntraL0L1LMAX ;// Load LMAX Table 212 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX table on stack
|
armVCM4P2_Huff_Tables_VLC.c | 159 /* LMAX table for non Inter (Last == 0 and Last=1) 193 /* LMAX table for non Intra (Last == 0 and Last=1)
|
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 248 M_LDR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Load LMAX table
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_Inter_s.s | 88 IMPORT armVCM4P2_InterL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1 114 ;// Allocate stack memory to store the VLC,Zigzag,LMAX and RMAX tables 132 LDR pLMAXTableL0L1, =armVCM4P2_InterL0L1LMAX ;// Load Interleaved L=0 and L=1 LMAX Tables 133 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX table address on stack
|
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s | 88 IMPORT armVCM4P2_IntraL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1 113 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses 131 LDR pLMAXTableL0L1, =armVCM4P2_IntraL0L1LMAX ;// Load LMAX Table 132 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX Table address on Stack
|
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 89 IMPORT armVCM4P2_IntraL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1 132 ;// Allocate stack memory to store optimized VLC,Zigzag, RMAX, LMAX Table Addresses 211 LDR pLMAXTableL0L1, =armVCM4P2_IntraL0L1LMAX ;// Load LMAX Table 212 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX table on stack
|
armVCM4P2_Huff_Tables_VLC.c | 159 /* LMAX table for non Inter (Last == 0 and Last=1) 193 /* LMAX table for non Intra (Last == 0 and Last=1)
|
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 248 M_LDR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Load LMAX table
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_Huff_Tables_VLC.c | 177 /* LMAX table for Intra (Last == 0)*/ 184 /* LMAX table for Intra (Last == 1)*/ 352 /* LMAX table for Intra (Last == 0)*/ 361 /* LMAX table for Intra (Last == 1)*/
|
armVCM4P2_CheckVLCEscapeMode.c | 52 * levelPlus = sign(level)*[abs(level) - LMAX]
|
armVCM4P2_FillVLCBuffer.c | 57 * levelPlus = sign(level)*[abs(level) - LMAX]
|
/external/nanopb-c/tests/encode_unittests/ |
encode_unittests.c | 130 int64_t lmax = INT64_MAX; local 141 field.data_size = sizeof(lmax); 142 TEST(WRITES(pb_enc_svarint(&s, &field, &lmax), "\xFE\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x01"));
|
/external/iptables/libxtables/ |
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); [all...] |
/external/bison/src/ |
output.c | 67 long int lmax; \ 92 lmax = max; \ 99 MUSCLE_INSERT_LONG_INT (obstack_finish (&format_obstack), lmax); \
|
/external/iproute2/include/linux/ |
pkt_sched.h | 654 __u32 lmax; member in struct:tc_qfq_stats
|
/external/kernel-headers/original/uapi/linux/ |
pkt_sched.h | 671 __u32 lmax; member in struct:tc_qfq_stats
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
armVC.h | 495 * levelPlus = sign(level)*[abs(level) - LMAX] 544 * levelPlus = sign(level)*[abs(level) - LMAX] [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
armVC.h | 495 * levelPlus = sign(level)*[abs(level) - LMAX] 544 * levelPlus = sign(level)*[abs(level) - LMAX] [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
armVC.h | 495 * levelPlus = sign(level)*[abs(level) - LMAX] 544 * levelPlus = sign(level)*[abs(level) - LMAX] [all...] |
/bionic/libc/kernel/uapi/linux/ |
pkt_sched.h | 629 __u32 lmax; member in struct:tc_qfq_stats
|
/development/ndk/platforms/android-L/include/linux/ |
pkt_sched.h | 612 __u32 lmax; member in struct:tc_qfq_stats
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
pkt_sched.h | 629 __u32 lmax; member in struct:tc_qfq_stats
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
pkt_sched.h | 629 __u32 lmax; member in struct:tc_qfq_stats
|