/external/libavc/decoder/ |
D | ih264d_thread_compute_bs.c | 342 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 …]
|
D | ih264d_thread_parse_decode.c | 216 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/arm/ |
D | ih264_platform_macros.h | 94 #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/armv8/ |
D | ih264_platform_macros.h | 94 #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/ |
D | icv_platform_macros.h | 68 #define NOP(nop_cnt) \ argument 71 for (nop_i = 0; nop_i < nop_cnt; nop_i++) \
|
/external/libmpeg2/common/mips/ |
D | icv_platform_macros.h | 81 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} argument
|
/external/libmpeg2/common/x86/ |
D | icv_platform_macros.h | 81 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} argument
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 68 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);} argument
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 88 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);} argument
|
/external/libmpeg2/common/arm/ |
D | icv_platform_macros.h | 96 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} argument
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 67 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");} argument
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 69 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);} argument
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 220 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);} argument
|
/external/libhevc/decoder/ |
D | ihevcd_process_slice.c | 116 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() 525 WORD32 nop_cnt; in ihevcd_process() local 589 nop_cnt = PROC_NOP_CNT; in ihevcd_process() 613 if(nop_cnt > 0) in ihevcd_process() 616 nop_cnt -= 128; in ihevcd_process() 620 nop_cnt = PROC_NOP_CNT; in ihevcd_process()
|