OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forwardRefVop
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
759
video->
forwardRefVop
= video->currVop; /* Initialize
forwardRefVop
*/
[
all
...]
mp4lib_int.h
331
Vop *
forwardRefVop
; /* Forward Reference VOP */
motion_est.cpp
801
ref = video->
forwardRefVop
->yChan; /* origin of actual frame */
861
if (video->
forwardRefVop
->predictionType == I_VOP && j0 == 0 && i0 <= 64 && type_pred != 1)
[
all
...]
motion_comp.cpp
100
Vop *prevVop = video->
forwardRefVop
; //reference frame
[
all
...]
Completed in 58 milliseconds