Home
last modified time | relevance | path

Searched refs:nop_cnt (Results 1 – 14 of 14) sorted by relevance

/external/libavc/decoder/
Dih264d_thread_compute_bs.c342 WORD32 nop_cnt = 8*128; in ih264d_check_mb_map_deblk() local
356 if(nop_cnt > 0) in ih264d_check_mb_map_deblk()
358 nop_cnt -= 128; in ih264d_check_mb_map_deblk()
363 nop_cnt = 8*128; in ih264d_check_mb_map_deblk()
408 WORD32 nop_cnt = 8*128; in ih264d_recon_deblk_slice() local
417 if(nop_cnt > 0) in ih264d_recon_deblk_slice()
419 nop_cnt -= 128; in ih264d_recon_deblk_slice()
438 nop_cnt = 8*128; in ih264d_recon_deblk_slice()
515 WORD32 nop_cnt = 8*128; in ih264d_recon_deblk_slice() local
550 if(nop_cnt > 0) in ih264d_recon_deblk_slice()
[all …]
Dih264d_thread_parse_decode.c216 WORD32 nop_cnt = 8*128; in ih264d_decode_recon_tfr_nmb_thread() local
243 if(nop_cnt > 0) in ih264d_decode_recon_tfr_nmb_thread()
245 nop_cnt -= 128; in ih264d_decode_recon_tfr_nmb_thread()
264 nop_cnt = 8*128; in ih264d_decode_recon_tfr_nmb_thread()
457 WORD32 nop_cnt = 8 * 128; in ih264d_decode_slice_thread() local
465 if(nop_cnt > 0) in ih264d_decode_slice_thread()
467 nop_cnt -= 128; in ih264d_decode_slice_thread()
484 nop_cnt = 8*128; in ih264d_decode_slice_thread()
/external/libavc/common/armv8/
Dih264_platform_macros.h94 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} argument
112 #define NOP(nop_cnt) \ argument
115 for (nop_i = 0; nop_i < nop_cnt; nop_i++) \
/external/libavc/common/arm/
Dih264_platform_macros.h94 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} argument
112 #define NOP(nop_cnt) \ argument
115 for (nop_i = 0; nop_i < nop_cnt; nop_i++) \
/external/libmpeg2/common/armv8/
Dicv_platform_macros.h68 #define NOP(nop_cnt) \ argument
71 for (nop_i = 0; nop_i < nop_cnt; nop_i++) \
/external/libmpeg2/common/x86/
Dicv_platform_macros.h81 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} argument
/external/libavc/common/mips/
Dih264_platform_macros.h68 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);} argument
/external/libhevc/common/mips/
Dihevc_platform_macros.h88 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = (nop_cnt) ; nop_i > 0 ; nop_i--) asm("nop");} argument
/external/libmpeg2/common/mips/
Dicv_platform_macros.h81 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} argument
/external/libmpeg2/common/arm/
Dicv_platform_macros.h96 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} argument
/external/libavc/common/x86/
Dih264_platform_macros.h67 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} argument
/external/libhevc/common/x86/
Dihevc_platform_macros.h69 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = (nop_cnt) ; nop_i > 0 ; nop_i--) asm("nop");} argument
/external/libhevc/common/arm/
Dihevc_platform_macros.h221 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = (nop_cnt) ; nop_i > 0 ; nop_i--) asm("nop");} argument
/external/libhevc/decoder/
Dihevcd_process_slice.c116 WORD32 nop_cnt; in ihevcd_proc_map_check() local
122 nop_cnt = PROC_NOP_CNT; in ihevcd_proc_map_check()
180 if(nop_cnt > 0) in ihevcd_proc_map_check()
183 nop_cnt -= 128; in ihevcd_proc_map_check()
187 nop_cnt = PROC_NOP_CNT; in ihevcd_proc_map_check()
527 WORD32 nop_cnt; in ihevcd_process() local
591 nop_cnt = PROC_NOP_CNT; in ihevcd_process()
615 if(nop_cnt > 0) in ihevcd_process()
618 nop_cnt -= 128; in ihevcd_process()
622 nop_cnt = PROC_NOP_CNT; in ihevcd_process()