Home
last modified time | relevance | path

Searched refs:c_right_half_for (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/smpeg/smpeg-0.4.4/video/
H A Dvideo.cpp3961 int c_right_half_for = 0, c_down_half_for = 0; in ProcessSkippedBFrameMBlocks() local
4076 c_right_half_for = recon_right_for & 0x1; in ProcessSkippedBFrameMBlocks()
4190 if (ccol + c_right_for + c_right_half_for + 7 > cmaxx) in ProcessSkippedBFrameMBlocks()
4196 if(ccol + c_right_for + c_right_half_for + 7 > cmaxx) // fix half component in ProcessSkippedBFrameMBlocks()
4197 c_right_half_for = 0; in ProcessSkippedBFrameMBlocks()
4272 c_right_for, c_down_for, c_right_half_for, c_down_half_for, 8); in ProcessSkippedBFrameMBlocks()
4275 c_right_for, c_down_for, c_right_half_for, c_down_half_for, 8); in ProcessSkippedBFrameMBlocks()
/dports/multimedia/smpeg2/smpeg2-2.0.0/video/
H A Dvideo.cpp3847 int c_right_half_for = 0, c_down_half_for = 0; in ProcessSkippedBFrameMBlocks() local
3943 c_right_half_for = recon_right_for & 0x1; in ProcessSkippedBFrameMBlocks()
4057 if (ccol + c_right_for + c_right_half_for + 7 > cmaxx) in ProcessSkippedBFrameMBlocks()
4063 if(ccol + c_right_for + c_right_half_for + 7 > cmaxx) // fix half component in ProcessSkippedBFrameMBlocks()
4064 c_right_half_for = 0; in ProcessSkippedBFrameMBlocks()
4139 c_right_for, c_down_for, c_right_half_for, c_down_half_for, 8); in ProcessSkippedBFrameMBlocks()
4142 c_right_for, c_down_for, c_right_half_for, c_down_half_for, 8); in ProcessSkippedBFrameMBlocks()
/dports/multimedia/mpeg_stat/mpeg_stat/
H A Dvideo.c3117 int right_half_for, down_half_for, c_right_half_for, c_down_half_for; local
3169 c_right_half_for = recon_right_for & 0x1;
3220 c_right_for, c_down_for, c_right_half_for, c_down_half_for, 8);
3223 c_right_for, c_down_for, c_right_half_for, c_down_half_for, 8);
/dports/multimedia/mpeg_play/mpeg_play/
H A Dvideo.c3842 int c_right_half_for = 0, c_down_half_for = 0; local
3931 c_right_half_for = recon_right_for & 0x1;
3975 c_right_for, c_down_for, c_right_half_for, c_down_half_for, 8);
3978 c_right_for, c_down_for, c_right_half_for, c_down_half_for, 8);