Home
last modified time | relevance | path

Searched refs:chromapix (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Drdo.c232 int chromapix; in x264_rd_cost_part() local
255 chromapix = h->luma2chroma_pixel[i_pixel]; in x264_rd_cost_part()
256 chromassd = ssd_plane( h, chromapix, 1, ssd_x>>CHROMA_H_SHIFT, ssd_y>>CHROMA_V_SHIFT ) in x264_rd_cost_part()
257 + ssd_plane( h, chromapix, 2, ssd_x>>CHROMA_H_SHIFT, ssd_y>>CHROMA_V_SHIFT ); in x264_rd_cost_part()
349 int chromapix; in x264_rd_cost_chroma() local
354 chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in x264_rd_cost_chroma()
355 i_ssd = ssd_plane( h, chromapix, 1, 0, 0 ) in x264_rd_cost_chroma()
356 + ssd_plane( h, chromapix, 2, 0, 0 ); in x264_rd_cost_chroma()
H A Danalyse.c737 int chromapix; in x264_mb_analyse_intra_chroma() local
767 chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in x264_mb_analyse_intra_chroma()
1799 int chromapix; in x264_mb_analyse_inter_p4x4_chroma_internal() local
1848 return h->pixf.mbcmp[chromapix]( &h->mb.pic.p_fenc[1][oe], FENC_STRIDE, pix1, 16 ) in x264_mb_analyse_inter_p4x4_chroma_internal()
1849 + h->pixf.mbcmp[chromapix]( &h->mb.pic.p_fenc[2][oe], FENC_STRIDE, pix2, 16 ); in x264_mb_analyse_inter_p4x4_chroma_internal()
1982 int chromapix = h->luma2chroma_pixel[i_pixel]; in x264_analyse_bi_chroma() local
2009 i_chroma_cost = h->pixf.mbcmp[chromapix]( m0.p_fenc[1], FENC_STRIDE, bi[0], 16 ) \ in x264_analyse_bi_chroma()
2010 + h->pixf.mbcmp[chromapix]( m0.p_fenc[2], FENC_STRIDE, bi[1], 16 ); \ in x264_analyse_bi_chroma()
2036 int chromapix = h->luma2chroma_pixel[PIXEL_8x8]; in x264_mb_analyse_inter_direct() local
2065 int chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in x264_mb_analyse_inter_direct() local
[all …]
H A Dme.c875 cost += h->pixf.mbcmp[chromapix]( m->p_fenc[1], FENC_STRIDE, pix, 16 ); \
880 cost += h->pixf.mbcmp[chromapix]( m->p_fenc[2], FENC_STRIDE, pix+8, 16 ); \
895 int chromapix = h->luma2chroma_pixel[i_pixel]; in refine_subpel() local
1069 int chromapix = h->luma2chroma_pixel[i_pixel]; in x264_me_refine_bidir() local
1178 … h->mc.avg[chromapix]( pixu, FDEC_STRIDE, pixu_buf[0][i0], 8, pixu_buf[1][i1], 8, i_weight ); in x264_me_refine_bidir()
1179 … h->mc.avg[chromapix]( pixv, FDEC_STRIDE, pixv_buf[0][i0], 8, pixv_buf[1][i1], 8, i_weight ); in x264_me_refine_bidir()
H A Dmacroblock.c302 int chromapix = chroma422 ? PIXEL_8x16 : PIXEL_8x8; in x264_mb_encode_chroma_internal() local
304 …int score = h->pixf.var2[chromapix]( h->mb.pic.p_fenc[1], FENC_STRIDE, h->mb.pic.p_fdec[1], FDEC_… in x264_mb_encode_chroma_internal()
308 …score += h->pixf.var2[chromapix]( h->mb.pic.p_fenc[2], FENC_STRIDE, h->mb.pic.p_fdec[2], FDEC_STRI… in x264_mb_encode_chroma_internal()
H A Dratecontrol.c248 int chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in ac_energy_plane() local
252 …return ac_energy_var( h->pixf.var[chromapix]( pix, FENC_STRIDE ), shift, frame, 1, b… in ac_energy_plane()
253 …+ ac_energy_var( h->pixf.var[chromapix]( pix+FENC_STRIDE/2, FENC_STRIDE ), shift, frame, 2, b_stor… in ac_energy_plane()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Drdo.c232 int chromapix; in x264_rd_cost_part() local
255 chromapix = h->luma2chroma_pixel[i_pixel]; in x264_rd_cost_part()
256 chromassd = ssd_plane( h, chromapix, 1, ssd_x>>CHROMA_H_SHIFT, ssd_y>>CHROMA_V_SHIFT ) in x264_rd_cost_part()
257 + ssd_plane( h, chromapix, 2, ssd_x>>CHROMA_H_SHIFT, ssd_y>>CHROMA_V_SHIFT ); in x264_rd_cost_part()
349 int chromapix; in x264_rd_cost_chroma() local
354 chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in x264_rd_cost_chroma()
355 i_ssd = ssd_plane( h, chromapix, 1, 0, 0 ) in x264_rd_cost_chroma()
356 + ssd_plane( h, chromapix, 2, 0, 0 ); in x264_rd_cost_chroma()
H A Danalyse.c737 int chromapix; in x264_mb_analyse_intra_chroma() local
767 chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in x264_mb_analyse_intra_chroma()
1799 int chromapix; in x264_mb_analyse_inter_p4x4_chroma_internal() local
1848 return h->pixf.mbcmp[chromapix]( &h->mb.pic.p_fenc[1][oe], FENC_STRIDE, pix1, 16 ) in x264_mb_analyse_inter_p4x4_chroma_internal()
1849 + h->pixf.mbcmp[chromapix]( &h->mb.pic.p_fenc[2][oe], FENC_STRIDE, pix2, 16 ); in x264_mb_analyse_inter_p4x4_chroma_internal()
1982 int chromapix = h->luma2chroma_pixel[i_pixel]; in x264_analyse_bi_chroma() local
2009 i_chroma_cost = h->pixf.mbcmp[chromapix]( m0.p_fenc[1], FENC_STRIDE, bi[0], 16 ) \ in x264_analyse_bi_chroma()
2010 + h->pixf.mbcmp[chromapix]( m0.p_fenc[2], FENC_STRIDE, bi[1], 16 ); \ in x264_analyse_bi_chroma()
2036 int chromapix = h->luma2chroma_pixel[PIXEL_8x8]; in x264_mb_analyse_inter_direct() local
2065 int chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in x264_mb_analyse_inter_direct() local
[all …]
H A Dme.c875 cost += h->pixf.mbcmp[chromapix]( m->p_fenc[1], FENC_STRIDE, pix, 16 ); \
880 cost += h->pixf.mbcmp[chromapix]( m->p_fenc[2], FENC_STRIDE, pix+8, 16 ); \
895 int chromapix = h->luma2chroma_pixel[i_pixel]; in refine_subpel() local
1069 int chromapix = h->luma2chroma_pixel[i_pixel]; in x264_me_refine_bidir() local
1178 … h->mc.avg[chromapix]( pixu, FDEC_STRIDE, pixu_buf[0][i0], 8, pixu_buf[1][i1], 8, i_weight ); in x264_me_refine_bidir()
1179 … h->mc.avg[chromapix]( pixv, FDEC_STRIDE, pixv_buf[0][i0], 8, pixv_buf[1][i1], 8, i_weight ); in x264_me_refine_bidir()
H A Dmacroblock.c302 int chromapix = chroma422 ? PIXEL_8x16 : PIXEL_8x8; in x264_mb_encode_chroma_internal() local
304 …int score = h->pixf.var2[chromapix]( h->mb.pic.p_fenc[1], FENC_STRIDE, h->mb.pic.p_fdec[1], FDEC_… in x264_mb_encode_chroma_internal()
308 …score += h->pixf.var2[chromapix]( h->mb.pic.p_fenc[2], FENC_STRIDE, h->mb.pic.p_fdec[2], FDEC_STRI… in x264_mb_encode_chroma_internal()
H A Dratecontrol.c248 int chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in ac_energy_plane() local
252 …return ac_energy_var( h->pixf.var[chromapix]( pix, FENC_STRIDE ), shift, frame, 1, b… in ac_energy_plane()
253 …+ ac_energy_var( h->pixf.var[chromapix]( pix+FENC_STRIDE/2, FENC_STRIDE ), shift, frame, 2, b_stor… in ac_energy_plane()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Danalyse.c616 int chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in mb_analyse_intra_chroma() local
1670 int chromapix = chroma == CHROMA_444 ? PIXEL_8x8 : chroma == CHROMA_422 ? PIXEL_4x8 : PIXEL_4x4; in mb_analyse_inter_p4x4_chroma_internal() local
1671 return h->pixf.mbcmp[chromapix]( &h->mb.pic.p_fenc[1][oe], FENC_STRIDE, pix1, 16 ) in mb_analyse_inter_p4x4_chroma_internal()
1672 + h->pixf.mbcmp[chromapix]( &h->mb.pic.p_fenc[2][oe], FENC_STRIDE, pix2, 16 ); in mb_analyse_inter_p4x4_chroma_internal()
1801 int chromapix = h->luma2chroma_pixel[i_pixel]; in analyse_bi_chroma() local
1826 …h->mc.avg[chromapix]( bi[0], 16, pix[0], 16, pix[2], 16, h->mb.bipred_weight[m0.i_ref][m1.i_ref] )… in analyse_bi_chroma()
1828 i_chroma_cost = h->pixf.mbcmp[chromapix]( m0.p_fenc[1], FENC_STRIDE, bi[0], 16 ) \ in analyse_bi_chroma()
1829 + h->pixf.mbcmp[chromapix]( m0.p_fenc[2], FENC_STRIDE, bi[1], 16 ); \ in analyse_bi_chroma()
1855 int chromapix = h->luma2chroma_pixel[PIXEL_8x8]; in mb_analyse_inter_direct() local
1883 int chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in mb_analyse_inter_direct() local
[all …]
H A Dme.c853 cost += h->pixf.mbcmp[chromapix]( m->p_fenc[1], FENC_STRIDE, pix, 16 ); \
858 cost += h->pixf.mbcmp[chromapix]( m->p_fenc[2], FENC_STRIDE, pix+8, 16 ); \
873 int chromapix = h->luma2chroma_pixel[i_pixel]; in refine_subpel() local
1041 int chromapix = h->luma2chroma_pixel[i_pixel]; in me_refine_bidir() local
1139 … h->mc.avg[chromapix]( pixu, FDEC_STRIDE, pixu_buf[0][i0], 8, pixu_buf[1][i1], 8, i_weight ); in me_refine_bidir()
1140 … h->mc.avg[chromapix]( pixv, FDEC_STRIDE, pixv_buf[0][i0], 8, pixv_buf[1][i1], 8, i_weight ); in me_refine_bidir()
H A Drdo.c355 int chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in rd_cost_chroma() local
356 i_ssd = ssd_plane( h, chromapix, 1, 0, 0 ) in rd_cost_chroma()
357 + ssd_plane( h, chromapix, 2, 0, 0 ); in rd_cost_chroma()
H A Dmacroblock.c287 int chromapix = chroma422 ? PIXEL_8x16 : PIXEL_8x8; in mb_encode_chroma_internal() local
289 if( h->pixf.var2[chromapix]( h->mb.pic.p_fenc[1], h->mb.pic.p_fdec[1], ssd ) < thresh*4 ) in mb_encode_chroma_internal()
H A Dratecontrol.c247 int chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in ac_energy_plane() local
251 …return ac_energy_var( h->pixf.var[chromapix]( pix, FENC_STRIDE ), shift, frame, 1, b… in ac_energy_plane()
252 …+ ac_energy_var( h->pixf.var[chromapix]( pix+FENC_STRIDE/2, FENC_STRIDE ), shift, frame, 2, b_stor… in ac_energy_plane()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Danalyse.c616 int chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in mb_analyse_intra_chroma() local
1670 int chromapix = chroma == CHROMA_444 ? PIXEL_8x8 : chroma == CHROMA_422 ? PIXEL_4x8 : PIXEL_4x4; in mb_analyse_inter_p4x4_chroma_internal() local
1671 return h->pixf.mbcmp[chromapix]( &h->mb.pic.p_fenc[1][oe], FENC_STRIDE, pix1, 16 ) in mb_analyse_inter_p4x4_chroma_internal()
1672 + h->pixf.mbcmp[chromapix]( &h->mb.pic.p_fenc[2][oe], FENC_STRIDE, pix2, 16 ); in mb_analyse_inter_p4x4_chroma_internal()
1801 int chromapix = h->luma2chroma_pixel[i_pixel]; in analyse_bi_chroma() local
1826 …h->mc.avg[chromapix]( bi[0], 16, pix[0], 16, pix[2], 16, h->mb.bipred_weight[m0.i_ref][m1.i_ref] )… in analyse_bi_chroma()
1828 i_chroma_cost = h->pixf.mbcmp[chromapix]( m0.p_fenc[1], FENC_STRIDE, bi[0], 16 ) \ in analyse_bi_chroma()
1829 + h->pixf.mbcmp[chromapix]( m0.p_fenc[2], FENC_STRIDE, bi[1], 16 ); \ in analyse_bi_chroma()
1855 int chromapix = h->luma2chroma_pixel[PIXEL_8x8]; in mb_analyse_inter_direct() local
1883 int chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in mb_analyse_inter_direct() local
[all …]
H A Dme.c853 cost += h->pixf.mbcmp[chromapix]( m->p_fenc[1], FENC_STRIDE, pix, 16 ); \
858 cost += h->pixf.mbcmp[chromapix]( m->p_fenc[2], FENC_STRIDE, pix+8, 16 ); \
873 int chromapix = h->luma2chroma_pixel[i_pixel]; in refine_subpel() local
1041 int chromapix = h->luma2chroma_pixel[i_pixel]; in me_refine_bidir() local
1139 … h->mc.avg[chromapix]( pixu, FDEC_STRIDE, pixu_buf[0][i0], 8, pixu_buf[1][i1], 8, i_weight ); in me_refine_bidir()
1140 … h->mc.avg[chromapix]( pixv, FDEC_STRIDE, pixv_buf[0][i0], 8, pixv_buf[1][i1], 8, i_weight ); in me_refine_bidir()
H A Drdo.c355 int chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in rd_cost_chroma() local
356 i_ssd = ssd_plane( h, chromapix, 1, 0, 0 ) in rd_cost_chroma()
357 + ssd_plane( h, chromapix, 2, 0, 0 ); in rd_cost_chroma()
H A Dmacroblock.c287 int chromapix = chroma422 ? PIXEL_8x16 : PIXEL_8x8; in mb_encode_chroma_internal() local
289 if( h->pixf.var2[chromapix]( h->mb.pic.p_fenc[1], h->mb.pic.p_fdec[1], ssd ) < thresh*4 ) in mb_encode_chroma_internal()
H A Dratecontrol.c247 int chromapix = h->luma2chroma_pixel[PIXEL_16x16]; in ac_energy_plane() local
251 …return ac_energy_var( h->pixf.var[chromapix]( pix, FENC_STRIDE ), shift, frame, 1, b… in ac_energy_plane()
252 …+ ac_energy_var( h->pixf.var[chromapix]( pix+FENC_STRIDE/2, FENC_STRIDE ), shift, frame, 2, b_stor… in ac_energy_plane()
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dmacroblock.c145 int chromapix; in x264_mb_mc_01xywh() local
158 chromapix = h->luma2chroma_pixel[i_mode]; in x264_mb_mc_01xywh()
160 … h->mc.avg[chromapix]( &h->mb.pic.p_fdec[1][offset], FDEC_STRIDE, tmp0, 16, tmp1, 16, weight ); in x264_mb_mc_01xywh()
161 … h->mc.avg[chromapix]( &h->mb.pic.p_fdec[2][offset], FDEC_STRIDE, tmp0+8, 16, tmp1+8, 16, weight ); in x264_mb_mc_01xywh()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dmacroblock.c145 int chromapix; in x264_mb_mc_01xywh() local
158 chromapix = h->luma2chroma_pixel[i_mode]; in x264_mb_mc_01xywh()
160 … h->mc.avg[chromapix]( &h->mb.pic.p_fdec[1][offset], FDEC_STRIDE, tmp0, 16, tmp1, 16, weight ); in x264_mb_mc_01xywh()
161 … h->mc.avg[chromapix]( &h->mb.pic.p_fdec[2][offset], FDEC_STRIDE, tmp0+8, 16, tmp1+8, 16, weight ); in x264_mb_mc_01xywh()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmacroblock.c148 int chromapix = h->luma2chroma_pixel[i_mode]; in mb_mc_01xywh() local
150 … h->mc.avg[chromapix]( &h->mb.pic.p_fdec[1][offset], FDEC_STRIDE, tmp0, 16, tmp1, 16, weight ); in mb_mc_01xywh()
151 … h->mc.avg[chromapix]( &h->mb.pic.p_fdec[2][offset], FDEC_STRIDE, tmp0+8, 16, tmp1+8, 16, weight ); in mb_mc_01xywh()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmacroblock.c148 int chromapix = h->luma2chroma_pixel[i_mode]; in mb_mc_01xywh() local
150 … h->mc.avg[chromapix]( &h->mb.pic.p_fdec[1][offset], FDEC_STRIDE, tmp0, 16, tmp1, 16, weight ); in mb_mc_01xywh()
151 … h->mc.avg[chromapix]( &h->mb.pic.p_fdec[2][offset], FDEC_STRIDE, tmp0+8, 16, tmp1+8, 16, weight ); in mb_mc_01xywh()