/external/libhevc/common/ |
D | ihevc_itrans_recon.h | 45 WORD32 zero_rows); 54 WORD32 zero_rows, 64 WORD32 zero_rows); 73 WORD32 zero_rows, 83 WORD32 zero_rows); 92 WORD32 zero_rows, 102 WORD32 zero_rows); 111 WORD32 zero_rows, 121 WORD32 zero_rows); 130 WORD32 zero_rows,
|
D | ihevc_iquant_itrans_recon.h | 50 WORD32 zero_rows); 63 WORD32 zero_rows, 77 WORD32 zero_rows); 90 WORD32 zero_rows, 104 WORD32 zero_rows); 117 WORD32 zero_rows, 131 WORD32 zero_rows); 144 WORD32 zero_rows, 158 WORD32 zero_rows); 171 WORD32 zero_rows,
|
D | ihevc_chroma_itrans_recon.h | 48 WORD32 zero_rows); 57 WORD32 zero_rows, 67 WORD32 zero_rows); 76 WORD32 zero_rows, 86 WORD32 zero_rows); 95 WORD32 zero_rows,
|
D | ihevc_chroma_iquant_itrans_recon.h | 51 WORD32 zero_rows); 64 WORD32 zero_rows, 78 WORD32 zero_rows); 91 WORD32 zero_rows, 105 WORD32 zero_rows); 118 WORD32 zero_rows,
|
D | ihevc_itrans_recon.c | 107 WORD32 zero_rows) in ihevc_itrans_recon_4x4_ttype1() argument 114 UNUSED(zero_rows); in ihevc_itrans_recon_4x4_ttype1() 242 WORD32 zero_rows) in ihevc_itrans_recon_4x4() argument 251 UNUSED(zero_rows); in ihevc_itrans_recon_4x4()
|
D | ihevc_iquant_itrans_recon.c | 120 WORD32 zero_rows) in ihevc_iquant_itrans_recon_4x4_ttype1() argument 122 UNUSED(zero_rows); in ihevc_iquant_itrans_recon_4x4_ttype1() 328 WORD32 zero_rows) in ihevc_iquant_itrans_recon_4x4() argument 330 UNUSED(zero_rows); in ihevc_iquant_itrans_recon_4x4()
|
D | ihevc_chroma_itrans_recon.c | 115 WORD32 zero_rows) in ihevc_chroma_itrans_recon_4x4() argument 123 UNUSED(zero_rows); in ihevc_chroma_itrans_recon_4x4()
|
D | ihevc_chroma_iquant_itrans_recon.c | 127 WORD32 zero_rows) in ihevc_chroma_iquant_itrans_recon_4x4() argument 129 UNUSED(zero_rows); in ihevc_chroma_iquant_itrans_recon_4x4()
|
D | ihevc_chroma_itrans_recon_8x8.c | 115 WORD32 zero_rows) in ihevc_chroma_itrans_recon_8x8() argument 126 UNUSED(zero_rows); in ihevc_chroma_itrans_recon_8x8()
|
D | ihevc_itrans_recon_8x8.c | 106 WORD32 zero_rows) in ihevc_itrans_recon_8x8() argument 128 if((zero_rows & 0xF0) == 0xF0) /* First 4 rows of input are non-zero */ in ihevc_itrans_recon_8x8()
|
D | ihevc_itrans_recon_16x16.c | 106 WORD32 zero_rows) in ihevc_itrans_recon_16x16() argument 128 if((zero_rows & 0xFFF0) == 0xFFF0) /* First 4 rows of input are non-zero */ in ihevc_itrans_recon_16x16() 369 else if((zero_rows & 0xFF00) == 0xFF00) /* First 8 rows of input are non-zero */ in ihevc_itrans_recon_16x16()
|
D | ihevc_chroma_itrans_recon_16x16.c | 116 WORD32 zero_rows) in ihevc_chroma_itrans_recon_16x16() argument 138 if((zero_rows & 0xFFF0) == 0xFFF0) /* First 4 rows of input are non-zero */ in ihevc_chroma_itrans_recon_16x16() 378 else if((zero_rows & 0xFF00) == 0xFF00) /* First 8 rows of input are non-zero */ in ihevc_chroma_itrans_recon_16x16()
|
D | ihevc_itrans_recon_32x32.c | 107 WORD32 zero_rows) in ihevc_itrans_recon_32x32() argument 131 if((zero_rows & 0xFFFFFFF0) == 0xFFFFFFF0) /* First 4 rows of input are non-zero */ in ihevc_itrans_recon_32x32() 444 else if((zero_rows & 0xFFFFFF00) == 0xFFFFFF00) /* First 8 rows of input are non-zero */ in ihevc_itrans_recon_32x32()
|
/external/libmpeg2/common/ |
D | impeg2_idct.h | 36 WORD32 zero_rows);
|
/external/libhevc/encoder/ |
D | ihevce_enc_loop_utils.h | 199 WORD32 zero_rows); 213 WORD32 zero_rows,
|
D | ihevce_enc_loop_utils.c | 2587 WORD32 zero_rows) in ihevce_it_recon_fxn() argument 2663 zero_rows); in ihevce_it_recon_fxn() 2707 WORD32 zero_rows, in ihevce_chroma_it_recon_fxn() argument 2759 zero_rows); in ihevce_chroma_it_recon_fxn() 7284 WORD32 zero_rows = 0; in ihevce_chroma_cu_prcs_rdopt() local 7457 &zero_rows, in ihevce_chroma_cu_prcs_rdopt() 7575 zero_rows, in ihevce_chroma_cu_prcs_rdopt() 7697 ps_tu_temp_prms->au4_cb_zero_row[i4_subtu_idx] = zero_rows; in ihevce_chroma_cu_prcs_rdopt() 7724 &zero_rows, in ihevce_chroma_cu_prcs_rdopt() 7841 zero_rows, in ihevce_chroma_cu_prcs_rdopt() [all …]
|
D | ihevce_enc_loop_structs.h | 278 WORD32 zero_rows); 291 WORD32 zero_rows);
|
D | ihevce_enc_structs.h | 212 WORD32 zero_rows);
|
/external/libhevc/decoder/ |
D | ihevcd_iquant_itrans_recon_ctb.c | 666 UWORD32 zero_rows = 0, zero_rows_v = 0; in ihevcd_iquant_itrans_recon_ctb() local 844 &zero_rows, &coeff_type, in ihevcd_iquant_itrans_recon_ctb() 926 &zero_rows, &coeff_type, in ihevcd_iquant_itrans_recon_ctb() 1088 zero_rows); in ihevcd_iquant_itrans_recon_ctb()
|
D | ihevcd_structs.h | 1583 WORD32 zero_rows);
|
/external/libhevc/common/x86/ |
D | ihevc_itrans_recon_ssse3_intr.c | 120 WORD32 zero_rows) in ihevc_itrans_recon_4x4_ttype1_ssse3() argument 157 UNUSED(zero_rows); in ihevc_itrans_recon_4x4_ttype1_ssse3() 552 WORD32 zero_rows) in ihevc_itrans_recon_4x4_ssse3() argument 586 UNUSED(zero_rows); in ihevc_itrans_recon_4x4_ssse3() 954 WORD32 zero_rows) in ihevc_itrans_recon_8x8_ssse3() argument 1028 UNUSED(zero_rows); in ihevc_itrans_recon_8x8_ssse3() 1032 check_row_stage_1 = ((zero_rows & 0xF0) != 0xF0) ? 1 : 0; in ihevc_itrans_recon_8x8_ssse3()
|
D | ihevc_itrans_recon_sse42_intr.c | 119 WORD32 zero_rows) in ihevc_itrans_recon_4x4_ttype1_sse42() argument 149 UNUSED(zero_rows); in ihevc_itrans_recon_4x4_ttype1_sse42() 449 WORD32 zero_rows) in ihevc_itrans_recon_4x4_sse42() argument 479 UNUSED(zero_rows); in ihevc_itrans_recon_4x4_sse42() 779 WORD32 zero_rows) in ihevc_itrans_recon_8x8_sse42() argument 853 check_row_stage_1 = ((zero_rows & 0xF0) != 0xF0) ? 1 : 0; in ihevc_itrans_recon_8x8_sse42()
|
D | ihevc_16x16_itrans_recon_sse42_intr.c | 116 WORD32 zero_rows) in ihevc_itrans_recon_16x16_sse42() argument 182 zero_last8_rows_stg1 = ((zero_rows & 0xFF00) == 0xFF00) ? 1 : 0; in ihevc_itrans_recon_16x16_sse42() 183 zero_last12_rows_stg1 = ((zero_rows & 0xFFF0) == 0xFFF0) ? 1 : 0; in ihevc_itrans_recon_16x16_sse42()
|
D | ihevc_itrans_recon_16x16_ssse3_intr.c | 119 WORD32 zero_rows) in ihevc_itrans_recon_16x16_ssse3() argument 189 zero_last8_rows_stg1 = ((zero_rows & 0xFF00) == 0xFF00) ? 1 : 0; in ihevc_itrans_recon_16x16_ssse3() 190 zero_last12_rows_stg1 = ((zero_rows & 0xFFF0) == 0xFFF0) ? 1 : 0; in ihevc_itrans_recon_16x16_ssse3()
|
/external/libmpeg2/common/x86/ |
D | impeg2_idct_recon_sse42_intr.c | 117 WORD32 zero_rows) in impeg2_idct_recon_sse42() argument 191 check_row_stage_1 = ((zero_rows & 0xF0) != 0xF0) ? 1 : 0; in impeg2_idct_recon_sse42() 1849 WORD32 zero_rows) in impeg2_idct_recon_dc_mismatch_sse42() argument 1860 UNUSED(zero_rows); in impeg2_idct_recon_dc_mismatch_sse42() 2084 WORD32 zero_rows) in impeg2_idct_recon_dc_sse42() argument 2092 UNUSED(zero_rows); in impeg2_idct_recon_dc_sse42()
|