Home
last modified time | relevance | path

Searched refs:PLANE_Y (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/graph/
H A Dgraphbuilder.cpp360 lhs.planes[PLANE_Y] == rhs.planes[PLANE_Y] && in operator ==()
539 …m_state.planes[PLANE_Y].width, m_state.planes[PLANE_Y].height, m_state.planes[PLANE_Y].format.type… in grey_to_rgb()
829 p = PLANE_Y; in connect_plane()
883 tmp.planes[PLANE_Y].width = w.planes[PLANE_Y].width; in connect_color_channels()
884 tmp.planes[PLANE_Y].height = h.planes[PLANE_Y].height; in connect_color_channels()
885 tmp.planes[PLANE_Y].active_left = w.planes[PLANE_Y].active_left; in connect_color_channels()
886 tmp.planes[PLANE_Y].active_top = h.planes[PLANE_Y].active_top; in connect_color_channels()
887 tmp.planes[PLANE_Y].active_width = w.planes[PLANE_Y].active_width; in connect_color_channels()
888 tmp.planes[PLANE_Y].active_height = h.planes[PLANE_Y].active_height; in connect_color_channels()
924 iassert(m_state.planes[PLANE_Y] == target.planes[PLANE_Y]); in connect_color_channels()
[all …]
H A Dfiltergraph.cpp93 auto input_attr = m_source->get_image_attributes(PLANE_Y); in calculate_cache_footprint()
94 auto output_attr = out->get_image_attributes(PLANE_Y); in calculate_cache_footprint()
129 unsigned height = m_sink->get_image_attributes(PLANE_Y).height; in simulate_interleaved()
133 m_sink->simulate(&sim, cursor, cursor + step, PLANE_Y); in simulate_interleaved()
146 m_interleaved_tile_width = m_sink->get_image_attributes(PLANE_Y).width; in simulate_interleaved()
186 auto attr = m_sink->get_image_attributes(PLANE_Y); in process_interleaved()
194 m_sink->init_context(&state, 0, j, j_end, PLANE_Y); in process_interleaved()
195 m_sink->generate(&state, attr.height, PLANE_Y); in process_interleaved()
329 return lines >= m_source->get_image_attributes(PLANE_Y).height ? BUFFER_MAX : lines; in get_input_buffering()
336 return lines >= m_sink->get_image_attributes(PLANE_Y).height ? BUFFER_MAX : lines; in get_output_buffering()
[all …]
H A Dgraphnode.cpp23 if (!planes[PLANE_Y]) in validate_plane_mask()
55 if (plane == PLANE_Y || plane == PLANE_A) in get_image_attributes()
72 state->update(id(), cache_id(), first, last, PLANE_Y); in simulate()
75 state->update(id(), cache_id(), floor_n(first, step), ceil_n(last, step), PLANE_Y); in simulate()
147 auto attr_y = m_parents[PLANE_Y]->get_image_attributes(PLANE_Y);
206 state->update(id(), cache_id(), first, last, PLANE_Y); in simulate()
211 if (m_parents[PLANE_Y]) in simulate()
212 m_parents[PLANE_Y]->simulate(state, cursor, cursor + (1U << m_subsample_h), PLANE_Y); in simulate()
222 state->update(id(), cache_id(), first, cursor, PLANE_Y); in simulate()
276 m_parents[PLANE_Y]->generate(state, next, PLANE_Y); in generate()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/graph/
H A Dgraphbuilder.cpp360 lhs.planes[PLANE_Y] == rhs.planes[PLANE_Y] && in operator ==()
539 …m_state.planes[PLANE_Y].width, m_state.planes[PLANE_Y].height, m_state.planes[PLANE_Y].format.type… in grey_to_rgb()
819 p = PLANE_Y; in connect_plane()
868 tmp.planes[PLANE_Y].width = w.planes[PLANE_Y].width; in connect_color_channels()
869 tmp.planes[PLANE_Y].height = h.planes[PLANE_Y].height; in connect_color_channels()
870 tmp.planes[PLANE_Y].active_left = w.planes[PLANE_Y].active_left; in connect_color_channels()
871 tmp.planes[PLANE_Y].active_top = h.planes[PLANE_Y].active_top; in connect_color_channels()
872 tmp.planes[PLANE_Y].active_width = w.planes[PLANE_Y].active_width; in connect_color_channels()
873 tmp.planes[PLANE_Y].active_height = h.planes[PLANE_Y].active_height; in connect_color_channels()
909 iassert(m_state.planes[PLANE_Y] == target.planes[PLANE_Y]); in connect_color_channels()
[all …]
H A Dfiltergraph.cpp93 auto input_attr = m_source->get_image_attributes(PLANE_Y); in calculate_cache_footprint()
94 auto output_attr = out->get_image_attributes(PLANE_Y); in calculate_cache_footprint()
129 unsigned height = m_sink->get_image_attributes(PLANE_Y).height; in simulate_interleaved()
133 m_sink->simulate(&sim, cursor, cursor + step, PLANE_Y); in simulate_interleaved()
146 m_interleaved_tile_width = m_sink->get_image_attributes(PLANE_Y).width; in simulate_interleaved()
186 auto attr = m_sink->get_image_attributes(PLANE_Y); in process_interleaved()
194 m_sink->init_context(&state, 0, j, j_end, PLANE_Y); in process_interleaved()
195 m_sink->generate(&state, attr.height, PLANE_Y); in process_interleaved()
329 return lines >= m_source->get_image_attributes(PLANE_Y).height ? BUFFER_MAX : lines; in get_input_buffering()
336 return lines >= m_sink->get_image_attributes(PLANE_Y).height ? BUFFER_MAX : lines; in get_output_buffering()
[all …]
H A Dgraphnode.cpp23 if (!planes[PLANE_Y]) in validate_plane_mask()
55 if (plane == PLANE_Y || plane == PLANE_A) in get_image_attributes()
72 state->update(id(), cache_id(), first, last, PLANE_Y); in simulate()
75 state->update(id(), cache_id(), floor_n(first, step), ceil_n(last, step), PLANE_Y); in simulate()
147 auto attr_y = m_parents[PLANE_Y]->get_image_attributes(PLANE_Y);
206 state->update(id(), cache_id(), first, last, PLANE_Y); in simulate()
211 if (m_parents[PLANE_Y]) in simulate()
212 m_parents[PLANE_Y]->simulate(state, cursor, cursor + (1U << m_subsample_h), PLANE_Y); in simulate()
222 state->update(id(), cache_id(), first, cursor, PLANE_Y); in simulate()
276 m_parents[PLANE_Y]->generate(state, next, PLANE_Y); in generate()
/dports/multimedia/jmref/JM/lencod/src/
H A Drd_intra_jm444.c112 select_plane(p_Vid, PLANE_Y); in mode_decision_for_I4x4_blocks_JM_High444()
128 get_intrapred_4x4(currMB, PLANE_Y, ipmode, block_x, block_y, left_available, up_available); in mode_decision_for_I4x4_blocks_JM_High444()
160 copy_4x4block(p_RDO->rec4x4[PLANE_Y], &p_Vid->enc_picture->imgY[pic_pix_y], 0, pic_pix_x); in mode_decision_for_I4x4_blocks_JM_High444()
236 select_plane(p_Vid, PLANE_Y); in mode_decision_for_I4x4_blocks_JM_High444()
244 copy_4x4block(&p_Vid->enc_picture->imgY[pic_pix_y], p_RDO->rec4x4[PLANE_Y], pic_pix_x, 0); in mode_decision_for_I4x4_blocks_JM_High444()
351 select_plane(p_Vid, PLANE_Y); in mode_decision_for_I4x4_blocks_JM_Low444()
369 get_intrapred_4x4(currMB, PLANE_Y, ipmode, block_x, block_y, left_available, up_available); in mode_decision_for_I4x4_blocks_JM_Low444()
428 select_plane(p_Vid, PLANE_Y); in mode_decision_for_I4x4_blocks_JM_Low444()
448 cbp = currMB->residual_transform_quant_luma_16x16 (currMB, PLANE_Y); in mode_decision_for_I16x16_MB_444()
454 cbp = currMB->residual_transform_quant_luma_16x16 (currMB, PLANE_Y); in mode_decision_for_I16x16_MB_444()
[all …]
H A Drd_intra_jm_low.c100 …currSlice->set_intrapred_4x4(currMB, PLANE_Y, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I4x4_blocks_JM_Low()
112 get_intrapred_4x4(currMB, PLANE_Y, ipmode, block_x, block_y, left_available, up_available); in mode_decision_for_I4x4_blocks_JM_Low()
148 …nonzero = currMB->cr_cbp[0] = residual_transform_quant_luma_4x4 (currMB, PLANE_Y, block_x, block_y… in mode_decision_for_I4x4_blocks_JM_Low()
150 …nonzero = currMB->cr_cbp[0] = currMB->residual_transform_quant_luma_4x4 (currMB, PLANE_Y, block_x,… in mode_decision_for_I4x4_blocks_JM_Low()
216 …currSlice->set_intrapred_8x8(currMB, PLANE_Y, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I8x8_blocks_JM_Low()
226 get_intrapred_8x8(currMB, PLANE_Y, ipmode, left_available, up_available); in mode_decision_for_I8x8_blocks_JM_Low()
244 get_intrapred_8x8(currMB, PLANE_Y, ipmode, left_available, up_available); in mode_decision_for_I8x8_blocks_JM_Low()
275 nonzero = currMB->residual_transform_quant_luma_8x8 (currMB, PLANE_Y, b8, &dummy, 1); in mode_decision_for_I8x8_blocks_JM_Low()
H A Dmacroblock_P444.c72 select_plane(p_Vid, PLANE_Y); in luma_residual_coding_p444_16x16()
109 select_plane(p_Vid, PLANE_Y); in luma_residual_coding_p444_16x16()
124 … nonzero = currMB->residual_transform_quant_luma_8x8 (currMB, PLANE_Y, block8x8, &coeff_cost, 0); in luma_residual_coding_p444_16x16()
144 select_plane(p_Vid, PLANE_Y); in luma_residual_coding_p444_16x16()
166 copyblock_sp(currMB, PLANE_Y, i, j); in luma_residual_coding_p444_16x16()
258 select_plane(p_Vid, PLANE_Y); in luma_residual_coding_p444_8x8()
284 select_plane(p_Vid, PLANE_Y); in luma_residual_coding_p444_8x8()
317 select_plane(p_Vid, PLANE_Y); in luma_residual_coding_p444_8x8()
322 … nonzero = currMB->residual_transform_quant_luma_8x8 (currMB, PLANE_Y, block8x8, &coeff_cost, 0); in luma_residual_coding_p444_8x8()
342 select_plane(p_Vid, PLANE_Y); in luma_residual_coding_p444_8x8()
[all …]
H A Drd_intra_jm.c114 …currSlice->set_intrapred_4x4(currMB, PLANE_Y, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I4x4_blocks_JM_High()
129 get_intrapred_4x4(currMB, PLANE_Y, ipmode, block_x, block_y, left_available, up_available); in mode_decision_for_I4x4_blocks_JM_High()
147 copy_4x4block(p_RDO->rec4x4[PLANE_Y], &p_Vid->enc_picture->imgY[pic_pix_y], 0, pic_pix_x); in mode_decision_for_I4x4_blocks_JM_High()
195 copy_4x4block(&p_Vid->enc_picture->imgY[pic_pix_y], p_RDO->rec4x4[PLANE_Y], pic_pix_x, 0); in mode_decision_for_I4x4_blocks_JM_High()
291 get_intrapred_8x8(currMB, PLANE_Y, ipmode, left_available, up_available); in mode_decision_for_I8x8_blocks_JM_High()
306 … copy_image_data_8x8(p_RDO->rec8x8[PLANE_Y], &p_Vid->enc_picture->imgY[pic_pix_y], 0, pic_pix_x); in mode_decision_for_I8x8_blocks_JM_High()
436 return currMB->residual_transform_quant_luma_16x16 (currMB, PLANE_Y); in mode_decision_for_I16x16_MB()
471 currSlice->set_intrapred_16x16(currMB, PLANE_Y, &left_avail, &up_avail, &left_up_avail); in mode_decision_for_I16x16_MB_RDO()
487 get_intrapred_16x16(currMB, PLANE_Y, k, left_avail, up_avail); in mode_decision_for_I16x16_MB_RDO()
490 currMB->cbp = currMB->residual_transform_quant_luma_16x16(currMB, PLANE_Y); in mode_decision_for_I16x16_MB_RDO()
[all …]
H A Derrdo_dist_mhyp.c318 add_residue(currMB, enc_pic, decoder, PLANE_Y, 0, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in decode_one_mb()
343 …perform_mc(currMB, decoder, PLANE_Y, enc_pic, LIST_0, 0, 0, enc_pic->mv_info, 0, 0, block_size_x, … in get_predicted_mb()
350 …perform_mc(currMB, decoder, PLANE_Y, enc_pic, pred_dir, 1, 1, enc_pic->mv_info, 0, 0, block_size_x… in get_predicted_mb()
360 …perform_mc(currMB, decoder, PLANE_Y, enc_pic, pred_dir, 2, 2, enc_pic->mv_info, 0, block8x8, block… in get_predicted_mb()
373 …perform_mc(currMB, decoder, PLANE_Y, enc_pic, pred_dir, 3, 3, enc_pic->mv_info, i, j, block_size_x… in get_predicted_mb()
470 add_residue(currMB, enc_pic, decoder, PLANE_Y, block8x8, 8, 8); in decode_one_b8block()
525 …perform_mc_concealment(currMB, decoder, PLANE_Y, enc_pic, LIST_0, 0, 0, enc_pic->mv_info, 0, 0, bl… in get_predicted_concealment_mb()
532 …perform_mc_concealment(currMB, decoder, PLANE_Y, enc_pic, pred_dir, 1, 1, enc_pic->mv_info, 0, 0, … in get_predicted_concealment_mb()
542 …perform_mc_concealment(currMB, decoder, PLANE_Y, enc_pic, pred_dir, 2, 2, enc_pic->mv_info, 0, blo… in get_predicted_concealment_mb()
555 …perform_mc_concealment(currMB, decoder, PLANE_Y, enc_pic, pred_dir, 3, 3, enc_pic->mv_info, i, j, … in get_predicted_concealment_mb()
[all …]
H A Dtransform8x8_H444.c104 …currSlice->set_intrapred_8x8(currMB, PLANE_Y, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I8x8_blocks_JM_Low444()
112 select_plane(p_Vid, PLANE_Y); in mode_decision_for_I8x8_blocks_JM_Low444()
123 get_intrapred_8x8(currMB, PLANE_Y, ipmode, left_available, up_available); in mode_decision_for_I8x8_blocks_JM_Low444()
172 select_plane(p_Vid, PLANE_Y); in mode_decision_for_I8x8_blocks_JM_Low444()
199 nonzero = currMB->residual_transform_quant_luma_8x8 (currMB, PLANE_Y, b8, &dummy, 1); in mode_decision_for_I8x8_blocks_JM_Low444()
265 …currSlice->set_intrapred_8x8(currMB, PLANE_Y, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I8x8_blocks_JM_High444()
273 select_plane(p_Vid, PLANE_Y); in mode_decision_for_I8x8_blocks_JM_High444()
284 get_intrapred_8x8(currMB, PLANE_Y, ipmode, left_available, up_available); in mode_decision_for_I8x8_blocks_JM_High444()
308 … copy_image_data_8x8(p_RDO->rec8x8[PLANE_Y], &p_Vid->enc_picture->imgY[pic_pix_y], 0, pic_pix_x); in mode_decision_for_I8x8_blocks_JM_High444()
377 select_plane(p_Vid, PLANE_Y); in mode_decision_for_I8x8_blocks_JM_High444()
H A Dtransform8x8.c317 *nonzero = currMB->residual_transform_quant_luma_8x8 (currMB, PLANE_Y, b8, &dummy, 1); in rdcost_for_8x8_intra_blocks()
357 rate += writeCoeff8x8_CABAC (currMB, PLANE_Y, b8, 1); in rdcost_for_8x8_intra_blocks()
393 *nonzero = currMB->residual_transform_quant_luma_8x8 (currMB, PLANE_Y, b8, &dummy, 1); in rdcost_for_8x8_intra_blocks_444()
429 rate += writeCoeff8x8_CABAC (currMB, PLANE_Y, b8, 1); in rdcost_for_8x8_intra_blocks_444()
436 *nonzero = currMB->residual_transform_quant_luma_8x8 (currMB, PLANE_Y, b8, &dummy, 1); in rdcost_for_8x8_intra_blocks_444()
448 select_plane(p_Vid, PLANE_Y); in rdcost_for_8x8_intra_blocks_444()
481 rate += writeCoeff8x8_CABAC (currMB, PLANE_Y, b8, 1); in rdcost_for_8x8_intra_blocks_444()
H A DloopFilter.c198 p_Vid->EdgeLoopLumaVer( PLANE_Y, imgY, Strength, MbQ, edge << 2) ; in DeblockMb()
247 p_Vid->EdgeLoopLumaHor( PLANE_Y, imgY, Strength, MbQ, edge << 2, p_Vid->width_padded) ; in DeblockMb()
274 … p_Vid->EdgeLoopLumaHor( PLANE_Y, imgY, Strength, MbQ, MB_BLOCK_SIZE, p_Vid->width_padded) ; in DeblockMb()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/e2e_test/
H A DVideoFrame.h32 #define PLANE_Y (0) macro
122 planes[PLANE_Y] = buffer; in VideoFrame()
149 stride[i] * ((i == PLANE_Y || i == PLANE_A) in VideoFrame()
183 uint32_t luma_size = frame.stride[PLANE_Y] * frame.height; in calculate_max_frame_size()
188 strides[PLANE_Y] = param.width; in calculate_strides()
210 strides[PLANE_Y] *= 2; in calculate_strides()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/e2e_test/
H A DVideoFrame.h32 #define PLANE_Y (0) macro
122 planes[PLANE_Y] = buffer; in VideoFrame()
149 stride[i] * ((i == PLANE_Y || i == PLANE_A) in VideoFrame()
183 uint32_t luma_size = frame.stride[PLANE_Y] * frame.height; in calculate_max_frame_size()
188 strides[PLANE_Y] = param.width; in calculate_strides()
210 strides[PLANE_Y] *= 2; in calculate_strides()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/windows/
H A DRendererShaders.cpp379 if (!m_textures[PLANE_Y].LockRect(0, &mappings[PLANE_Y], D3D11_MAP_WRITE_DISCARD) || in UploadFromGPU()
394 auto* d_y = static_cast<uint8_t*>(mappings[PLANE_Y].pData); in UploadFromGPU()
397 if (mappings[PLANE_Y].RowPitch == mapGPU.RowPitch in UploadFromGPU()
414 copy_func(d_y, s_y, mappings[PLANE_Y].RowPitch); in UploadFromGPU()
416 d_y += mappings[PLANE_Y].RowPitch; in UploadFromGPU()
430 return m_textures[PLANE_Y].UnlockRect(0) && in UploadFromGPU()
/dports/multimedia/jmref/JM/ldecod/src/
H A Dread_comp_cavlc.c701 if (pl == PLANE_Y) in read_comp_coeff_4x4_CAVLC()
710 if (pl == PLANE_Y) in read_comp_coeff_4x4_CAVLC()
788 if (pl == PLANE_Y) in read_comp_coeff_4x4_CAVLC_ls()
797 if (pl == PLANE_Y) in read_comp_coeff_4x4_CAVLC_ls()
872 if (pl == PLANE_Y) in read_comp_coeff_8x8_CAVLC()
881 if (pl == PLANE_Y) in read_comp_coeff_8x8_CAVLC()
961 if (pl == PLANE_Y) in read_comp_coeff_8x8_CAVLC_ls()
970 if (pl == PLANE_Y) in read_comp_coeff_8x8_CAVLC_ls()
1192 …rrMB->read_comp_coeff_4x4_CAVLC (currMB, PLANE_Y, InvLevelScale4x4, qp_per, cbp, p_Vid->nz_coeff[m… in read_CBP_and_coeffs_from_NAL_CAVLC_400()
1196 …rrMB->read_comp_coeff_8x8_CAVLC (currMB, PLANE_Y, InvLevelScale8x8, qp_per, cbp, p_Vid->nz_coeff[m… in read_CBP_and_coeffs_from_NAL_CAVLC_400()
[all …]
H A Dread_comp_cabac.c83 if (pl == PLANE_Y) in read_comp_coeff_4x4_smb_CABAC()
122 if (pl == PLANE_Y) in read_comp_coeff_4x4_smb_CABAC()
165 if( pl == PLANE_Y || (p_Vid->separate_colour_plane_flag != 0) ) in read_comp_coeff_4x4_CABAC()
247 if( pl == PLANE_Y || (p_Vid->separate_colour_plane_flag != 0) ) in read_comp_coeff_4x4_CABAC_ls()
309 if (pl==PLANE_Y || (p_Vid->separate_colour_plane_flag != 0)) in readCompCoeff8x8_CABAC()
323 if (pl==PLANE_Y) in readCompCoeff8x8_CABAC()
354 if (pl==PLANE_Y) in readCompCoeff8x8_CABAC()
427 if (pl==PLANE_Y || (p_Vid->separate_colour_plane_flag != 0)) in readCompCoeff8x8_CABAC_lossless()
449 if (pl==PLANE_Y) in readCompCoeff8x8_CABAC_lossless()
1111 qp_per = p_Vid->qp_per_matrix[ currMB->qp_scaled[PLANE_Y] ]; in read_CBP_and_coeffs_from_NAL_CABAC_400()
[all …]
H A DloopFilter.c165 change_plane_JV(p_Vid, PLANE_Y, NULL); in init_Deblock()
171 change_plane_JV(p_Vid, PLANE_Y, NULL); in init_Deblock()
275 p_Vid->EdgeLoopLumaVer( PLANE_Y, imgY, Strength, MbQ, edge << 2); in DeblockMb()
324 p_Vid->EdgeLoopLumaHor( PLANE_Y, imgY, Strength, MbQ, edge << 2, p) ; in DeblockMb()
354 p_Vid->EdgeLoopLumaHor(PLANE_Y, imgY, Strength, MbQ, MB_BLOCK_SIZE, p) ; in DeblockMb()
566 p_Vid->EdgeLoopLumaVer( PLANE_Y, imgY, Strength, MbQ, edge << 2); in perform_db()
614 p_Vid->EdgeLoopLumaHor( PLANE_Y, imgY, Strength, MbQ, edge << 2, p) ; in perform_db()
644 p_Vid->EdgeLoopLumaHor(PLANE_Y, imgY, Strength, MbQ, MB_BLOCK_SIZE, p) ; in perform_db()
H A Dloop_filter_normal.c988 edge_loop_luma_ver( PLANE_Y, imgY, Strength, MbQ, edge << 2); in perform_db_dep_normal()
1014 edge_loop_luma_hor( PLANE_Y, imgY, Strength, MbQ, edge << 2, p) ; in perform_db_dep_normal()
1044 edge_loop_luma_ver( PLANE_Y, imgY, Strength, MbQ, edge << 2); in perform_db_dep_normal()
1122 edge_loop_luma_ver( PLANE_Y, imgY, Strength, MbQ, edge << 2); in perform_db_ind_normal()
1146 edge_loop_luma_hor( PLANE_Y, imgY, Strength, MbQ, edge << 2, p) ; in perform_db_ind_normal()
1193 edge_loop_luma_hor( PLANE_Y, imgY, Strength, MbQ, 0, p) ; in perform_db_ind_normal()
1216 edge_loop_luma_ver( PLANE_Y, imgY, Strength, MbQ, 0); in perform_db_ind_normal()
1238 edge_loop_luma_hor( PLANE_Y, imgY, Strength, MbQ, edge << 2, p) ; in perform_db_ind_normal()
1287 edge_loop_luma_hor( PLANE_Y, imgY, Strength, MbQ, 0, p) ; in perform_db_ind_normal()
1336 edge_loop_luma_hor( PLANE_Y, imgY, Strength, MbQ, edge << 2, p) ; in perform_db_ind_normal()
[all …]
/dports/games/phlipple/phlipple-0.8.5/src/
H A Dquad.c62 plane = PLANE_Y; in calculateVertsFromVector()
85 if (plane == PLANE_Y) in calculateVertsFromVector()
137 if (plane == PLANE_Y) in calculateVertsFromVector()
166 q->plane = PLANE_Y; in calculatePlane()
212 if (q->plane == PLANE_Y) in calculateVertsForDrawing()
H A Dcamera.c470 if (q->plane == PLANE_Y) in camera_setActiveQuad()
511 rfdir = PLANE_Y; in camera_setActiveQuad()
517 rotAx = PLANE_Y; in camera_setActiveQuad()
521 case PLANE_Y: in camera_setActiveQuad()
537 rfdir = PLANE_Y; in camera_setActiveQuad()
543 rotAx = PLANE_Y; in camera_setActiveQuad()
620 if (q->plane == PLANE_Y) in camera_setActiveQuad()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/y4mscaler/
H A DysScaling.C590 _scalers[SC_PROG_Y]->scale(in_frame[PLANE_Y], out_frame[PLANE_Y]); in _process_frames()
706 _scalers[SC_INTER_Y]->scale(in_upper[PLANE_Y], out_upper[PLANE_Y]); in _process_fields()
707 _scalers[SC_INTER_Y]->scale(in_lower[PLANE_Y], out_lower[PLANE_Y]); in _process_fields()
845 _scalers[SC_PROG_Y]->scale(in_frame[PLANE_Y], out_frame[PLANE_Y]); in _process_mixed()
863 _scalers[SC_INTER_Y]->scale(in_upper[PLANE_Y], out_upper[PLANE_Y]); in _process_mixed()
864 _scalers[SC_INTER_Y]->scale(in_lower[PLANE_Y], out_lower[PLANE_Y]); in _process_mixed()
/dports/games/vavoom/vavoom-1.33/source/
H A Dmaths.h142 PLANE_Y, enumerator
165 type = PLANE_Y; in CalcBits()

123456789