Searched refs:zero_rows (Results 1 - 25 of 27) sorted by relevance

12

/external/libhevc/common/
H A Dihevc_chroma_itrans_recon.h48 WORD32 zero_rows);
57 WORD32 zero_rows,
67 WORD32 zero_rows);
76 WORD32 zero_rows,
86 WORD32 zero_rows);
95 WORD32 zero_rows,
H A Dihevc_iquant_itrans_recon.h50 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,
[all...]
H A Dihevc_itrans_recon.h45 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,
[all...]
H A Dihevc_chroma_iquant_itrans_recon.h51 WORD32 zero_rows);
64 WORD32 zero_rows,
78 WORD32 zero_rows);
91 WORD32 zero_rows,
105 WORD32 zero_rows);
118 WORD32 zero_rows,
H A Dihevc_chroma_itrans_recon.c115 WORD32 zero_rows)
123 UNUSED(zero_rows);
107 ihevc_chroma_itrans_recon_4x4(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
H A Dihevc_itrans_recon.c107 WORD32 zero_rows)
114 UNUSED(zero_rows);
242 WORD32 zero_rows)
251 UNUSED(zero_rows);
99 ihevc_itrans_recon_4x4_ttype1(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
234 ihevc_itrans_recon_4x4(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
H A Dihevc_chroma_iquant_itrans_recon.c104 * @param[in] zero_rows
127 WORD32 zero_rows)
129 UNUSED(zero_rows);
116 ihevc_chroma_iquant_itrans_recon_4x4(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, WORD16 *pi2_dequant_coeff, UWORD8 *pu1_dst, WORD32 qp_div, WORD32 qp_rem, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
H A Dihevc_iquant_itrans_recon.c98 * @param[in] zero_rows
120 WORD32 zero_rows)
122 UNUSED(zero_rows);
306 * @param[in] zero_rows
328 WORD32 zero_rows)
330 UNUSED(zero_rows);
109 ihevc_iquant_itrans_recon_4x4_ttype1(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, WORD16 *pi2_dequant_coeff, UWORD8 *pu1_dst, WORD32 qp_div, WORD32 qp_rem, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
317 ihevc_iquant_itrans_recon_4x4(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, WORD16 *pi2_dequant_coeff, UWORD8 *pu1_dst, WORD32 qp_div, WORD32 qp_rem, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
H A Dihevc_chroma_itrans_recon_8x8.c115 WORD32 zero_rows)
126 UNUSED(zero_rows);
107 ihevc_chroma_itrans_recon_8x8(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
H A Dihevc_itrans_recon_8x8.c106 WORD32 zero_rows)
128 if((zero_rows & 0xF0) == 0xF0) /* First 4 rows of input are non-zero */
98 ihevc_itrans_recon_8x8(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
H A Dihevc_chroma_itrans_recon_16x16.c116 WORD32 zero_rows)
138 if((zero_rows & 0xFFF0) == 0xFFF0) /* First 4 rows of input are non-zero */
378 else if((zero_rows & 0xFF00) == 0xFF00) /* First 8 rows of input are non-zero */
108 ihevc_chroma_itrans_recon_16x16(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
H A Dihevc_itrans_recon_16x16.c106 WORD32 zero_rows)
128 if((zero_rows & 0xFFF0) == 0xFFF0) /* First 4 rows of input are non-zero */
369 else if((zero_rows & 0xFF00) == 0xFF00) /* First 8 rows of input are non-zero */
98 ihevc_itrans_recon_16x16(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
H A Dihevc_itrans_recon_32x32.c107 WORD32 zero_rows)
131 if((zero_rows & 0xFFFFFFF0) == 0xFFFFFFF0) /* First 4 rows of input are non-zero */
444 else if((zero_rows & 0xFFFFFF00) == 0xFFFFFF00) /* First 8 rows of input are non-zero */
99 ihevc_itrans_recon_32x32(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
/external/libmpeg2/common/
H A Dimpeg2_idct.h36 WORD32 zero_rows);
/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c665 UWORD32 zero_rows = 0, zero_rows_v = 0; local
844 &zero_rows, &coeff_type,
926 &zero_rows, &coeff_type,
1085 zero_rows);
H A Dihevcd_structs.h1580 WORD32 zero_rows);
/external/libhevc/common/x86/
H A Dihevc_itrans_recon_ssse3_intr.c120 WORD32 zero_rows)
157 UNUSED(zero_rows);
552 WORD32 zero_rows)
586 UNUSED(zero_rows);
954 WORD32 zero_rows)
1028 UNUSED(zero_rows);
1032 check_row_stage_1 = ((zero_rows & 0xF0) != 0xF0) ? 1 : 0;
1080 /* Combining instructions to eliminate them based on zero_rows : Lokesh */
1300 /* Combining instructions to eliminate them based on zero_rows : Lokesh */
1854 /* Combining instructions to eliminate them based on zero_rows
112 ihevc_itrans_recon_4x4_ttype1_ssse3(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
544 ihevc_itrans_recon_4x4_ssse3(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
946 ihevc_itrans_recon_8x8_ssse3(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
[all...]
H A Dihevc_itrans_recon_sse42_intr.c119 WORD32 zero_rows)
149 UNUSED(zero_rows);
449 WORD32 zero_rows)
479 UNUSED(zero_rows);
779 WORD32 zero_rows)
853 check_row_stage_1 = ((zero_rows & 0xF0) != 0xF0) ? 1 : 0;
901 /* Combining instructions to eliminate them based on zero_rows : Lokesh */
1109 /* Combining instructions to eliminate them based on zero_rows : Lokesh */
1647 /* Combining instructions to eliminate them based on zero_rows : Lokesh */
1907 /* Combining instructions to eliminate them based on zero_rows
111 ihevc_itrans_recon_4x4_ttype1_sse42(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
441 ihevc_itrans_recon_4x4_sse42(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
771 ihevc_itrans_recon_8x8_sse42(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
[all...]
H A Dihevc_16x16_itrans_recon_sse42_intr.c116 WORD32 zero_rows)
182 zero_last8_rows_stg1 = ((zero_rows & 0xFF00) == 0xFF00) ? 1 : 0;
183 zero_last12_rows_stg1 = ((zero_rows & 0xFFF0) == 0xFFF0) ? 1 : 0;
108 ihevc_itrans_recon_16x16_sse42(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
H A Dihevc_itrans_recon_16x16_ssse3_intr.c119 WORD32 zero_rows)
189 zero_last8_rows_stg1 = ((zero_rows & 0xFF00) == 0xFF00) ? 1 : 0;
190 zero_last12_rows_stg1 = ((zero_rows & 0xFFF0) == 0xFFF0) ? 1 : 0;
111 ihevc_itrans_recon_16x16_ssse3(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
H A Dihevc_32x32_itrans_recon_sse42_intr.c115 WORD32 zero_rows)
221 zero_last24_rows_stg1 = ((zero_rows & 0xFFFFFF00) == 0xFFFFFF00) ? 1 : 0;
222 zero_last28_rows_stg1 = ((zero_rows & 0xFFFFFFF0) == 0xFFFFFFF0) ? 1 : 0;
107 ihevc_itrans_recon_32x32_sse42(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
/external/libmpeg2/common/x86/
H A Dimpeg2_idct_recon_sse42_intr.c117 WORD32 zero_rows)
191 check_row_stage_1 = ((zero_rows & 0xF0) != 0xF0) ? 1 : 0;
239 /* Combining instructions to eliminate them based on zero_rows : Lokesh */
447 /* Combining instructions to eliminate them based on zero_rows : Lokesh */
985 /* Combining instructions to eliminate them based on zero_rows : Lokesh */
1245 /* Combining instructions to eliminate them based on zero_rows : Lokesh */
1849 WORD32 zero_rows)
1860 UNUSED(zero_rows);
2084 WORD32 zero_rows)
2092 UNUSED(zero_rows);
109 impeg2_idct_recon_sse42(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
1841 impeg2_idct_recon_dc_mismatch_sse42(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
2076 impeg2_idct_recon_dc_sse42(WORD16 *pi2_src, WORD16 *pi2_tmp, UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 src_strd, WORD32 pred_strd, WORD32 dst_strd, WORD32 zero_cols, WORD32 zero_rows) argument
[all...]
/external/libhevc/common/arm/
H A Dihevc_itrans_recon_8x8.s95 @ word32 zero_rows )
H A Dihevc_itrans_recon_16x16.s119 @#define zero_rows r11
/external/libmpeg2/common/arm/
H A Dimpeg2_idct.s369 @ WORD32 zero_rows )

Completed in 482 milliseconds

12